Amazon.ECS.Model.ItemAttributes.WithClothingSize C# (CSharp) Method

WithClothingSize() public method

Sets the ClothingSize property
public WithClothingSize ( String clothingSize ) : ItemAttributes
clothingSize String ClothingSize property
return ItemAttributes
        public ItemAttributes WithClothingSize(String clothingSize)
        {
            this.clothingSizeField = clothingSize;
            return this;
        }
ItemAttributes