Amazon.ECS.Model.MerchantItemAttributes.WithProductGroup C# (CSharp) 메소드

WithProductGroup() 공개 메소드

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