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

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

Sets the ShaftMaterialType property
public WithShaftMaterialType ( String shaftMaterialType ) : ItemAttributes
shaftMaterialType String ShaftMaterialType property
Результат ItemAttributes
        public ItemAttributes WithShaftMaterialType(String shaftMaterialType)
        {
            this.shaftMaterialTypeField = shaftMaterialType;
            return this;
        }
ItemAttributes