Amazon.ECS.Model.EditorialReview.WithContent C# (CSharp) Method

WithContent() public method

Sets the Content property
public WithContent ( String content ) : EditorialReview
content String Content property
return EditorialReview
        public EditorialReview WithContent(String content)
        {
            this.contentField = content;
            return this;
        }