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

WithESRBAgeRating() 공개 메소드

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