Amazon.ECS.Model.ItemAttributes.WithCEROAgeRating C# (CSharp) Méthode

WithCEROAgeRating() public méthode

Sets the CEROAgeRating property
public WithCEROAgeRating ( String CEROAgeRating ) : ItemAttributes
CEROAgeRating String CEROAgeRating property
Résultat ItemAttributes
        public ItemAttributes WithCEROAgeRating(String CEROAgeRating)
        {
            this.CEROAgeRatingField = CEROAgeRating;
            return this;
        }
ItemAttributes