Amazon.ECS.Model.MerchantItemAttributes.WithFabricType C# (CSharp) Метод

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

Sets the FabricType property
public WithFabricType ( String fabricType ) : MerchantItemAttributes
fabricType String FabricType property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithFabricType(String fabricType)
        {
            this.fabricTypeField = fabricType;
            return this;
        }
MerchantItemAttributes