Amazon.ECS.Model.MerchantItemAttributes.WithFabricType C# (CSharp) Méthode

WithFabricType() public méthode

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