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

WithClothingSize() public méthode

Sets the ClothingSize property
public WithClothingSize ( String clothingSize ) : MerchantItemAttributes
clothingSize String ClothingSize property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithClothingSize(String clothingSize)
        {
            this.clothingSizeField = clothingSize;
            return this;
        }
MerchantItemAttributes