Amazon.ECS.Model.EditorialReview.WithContent C# (CSharp) Méthode

WithContent() public méthode

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