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;
        }