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

WithIsLinkSuppressed() public method

Sets the IsLinkSuppressed property
public WithIsLinkSuppressed ( System.Boolean isLinkSuppressed ) : EditorialReview
isLinkSuppressed System.Boolean IsLinkSuppressed property
return EditorialReview
        public EditorialReview WithIsLinkSuppressed(Boolean isLinkSuppressed)
        {
            this.isLinkSuppressedField = isLinkSuppressed;
            return this;
        }