Amazon.ECS.Model.MerchantItemAttributes.WithProductGroup C# (CSharp) Method

WithProductGroup() public method

Sets the ProductGroup property
public WithProductGroup ( String productGroup ) : MerchantItemAttributes
productGroup String ProductGroup property
return MerchantItemAttributes
        public MerchantItemAttributes WithProductGroup(String productGroup)
        {
            this.productGroupField = productGroup;
            return this;
        }
MerchantItemAttributes