Amazon.ECS.Model.ImageSet.WithCategory C# (CSharp) 메소드

WithCategory() 공개 메소드

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