Amazon.ECS.Model.EditorialReview.WithContent C# (CSharp) Метод

WithContent() публичный Метод

Sets the Content property
public WithContent ( String content ) : EditorialReview
content String Content property
Результат EditorialReview
        public EditorialReview WithContent(String content)
        {
            this.contentField = content;
            return this;
        }