Amazon.ECS.Model.ItemAttributes.WithBandMaterialType C# (CSharp) Method

WithBandMaterialType() public method

Sets the BandMaterialType property
public WithBandMaterialType ( String bandMaterialType ) : ItemAttributes
bandMaterialType String BandMaterialType property
return ItemAttributes
        public ItemAttributes WithBandMaterialType(String bandMaterialType)
        {
            this.bandMaterialTypeField = bandMaterialType;
            return this;
        }
ItemAttributes