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

WithESRBAgeRating() public method

Sets the ESRBAgeRating property
public WithESRBAgeRating ( String ESRBAgeRating ) : MerchantItemAttributes
ESRBAgeRating String ESRBAgeRating property
return MerchantItemAttributes
        public MerchantItemAttributes WithESRBAgeRating(String ESRBAgeRating)
        {
            this.ESRBAgeRatingField = ESRBAgeRating;
            return this;
        }
MerchantItemAttributes