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

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

Sets the ClothingSize property
public WithClothingSize ( String clothingSize ) : ItemAttributes
clothingSize String ClothingSize property
Результат ItemAttributes
        public ItemAttributes WithClothingSize(String clothingSize)
        {
            this.clothingSizeField = clothingSize;
            return this;
        }
ItemAttributes