Amazon.ECS.Model.ItemAttributes.WithBezelMaterialType C# (CSharp) Метод

WithBezelMaterialType() публичный Метод

Sets the BezelMaterialType property
public WithBezelMaterialType ( String bezelMaterialType ) : ItemAttributes
bezelMaterialType String BezelMaterialType property
Результат ItemAttributes
        public ItemAttributes WithBezelMaterialType(String bezelMaterialType)
        {
            this.bezelMaterialTypeField = bezelMaterialType;
            return this;
        }
ItemAttributes