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

WithESRBAgeRating() public method

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