Amazon.ECS.Model.ItemAttributes.WithGLProductGroup C# (CSharp) 메소드

WithGLProductGroup() 공개 메소드

Sets the GLProductGroup property
public WithGLProductGroup ( String GLProductGroup ) : ItemAttributes
GLProductGroup String GLProductGroup property
리턴 ItemAttributes
        public ItemAttributes WithGLProductGroup(String GLProductGroup)
        {
            this.GLProductGroupField = GLProductGroup;
            return this;
        }
ItemAttributes