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