Amazon.ECS.Model.ItemAttributes.WithCEROAgeRating C# (CSharp) 메소드

WithCEROAgeRating() 공개 메소드

Sets the CEROAgeRating property
public WithCEROAgeRating ( String CEROAgeRating ) : ItemAttributes
CEROAgeRating String CEROAgeRating property
리턴 ItemAttributes
        public ItemAttributes WithCEROAgeRating(String CEROAgeRating)
        {
            this.CEROAgeRatingField = CEROAgeRating;
            return this;
        }
ItemAttributes