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

WithGLProductGroup() public method

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