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