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

WithESRBAgeRating() 공개 메소드

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