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