Amazon.ECS.Model.MerchantItemAttributes.WithFabricType C# (CSharp) Method

WithFabricType() public method

Sets the FabricType property
public WithFabricType ( String fabricType ) : MerchantItemAttributes
fabricType String FabricType property
return MerchantItemAttributes
        public MerchantItemAttributes WithFabricType(String fabricType)
        {
            this.fabricTypeField = fabricType;
            return this;
        }
MerchantItemAttributes