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

WithShaftMaterialType() public method

Sets the ShaftMaterialType property
public WithShaftMaterialType ( String shaftMaterialType ) : ItemAttributes
shaftMaterialType String ShaftMaterialType property
return ItemAttributes
        public ItemAttributes WithShaftMaterialType(String shaftMaterialType)
        {
            this.shaftMaterialTypeField = shaftMaterialType;
            return this;
        }
ItemAttributes