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

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

Sets the BandMaterialType property
public WithBandMaterialType ( String bandMaterialType ) : ItemAttributes
bandMaterialType String BandMaterialType property
Результат ItemAttributes
        public ItemAttributes WithBandMaterialType(String bandMaterialType)
        {
            this.bandMaterialTypeField = bandMaterialType;
            return this;
        }
ItemAttributes