Amazon.ECS.Model.ImageSet.WithCategory C# (CSharp) Method

WithCategory() public method

Sets the Category property
public WithCategory ( String category ) : ImageSet
category String Category property
return ImageSet
        public ImageSet WithCategory(String category)
        {
            this.categoryField = category;
            return this;
        }