C# Class Amazon.ECS.Model.EditorialReview

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetContent ( ) : System.Boolean

Checks if Content property is set

IsSetIsLinkSuppressed ( ) : System.Boolean

Checks if IsLinkSuppressed property is set

IsSetSource ( ) : System.Boolean

Checks if Source property is set

WithContent ( String content ) : EditorialReview

Sets the Content property

WithIsLinkSuppressed ( System.Boolean isLinkSuppressed ) : EditorialReview

Sets the IsLinkSuppressed property

WithSource ( String source ) : EditorialReview

Sets the Source property

Protected Methods

Method Description
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetContent() public method

Checks if Content property is set
public IsSetContent ( ) : System.Boolean
return System.Boolean

IsSetIsLinkSuppressed() public method

Checks if IsLinkSuppressed property is set
public IsSetIsLinkSuppressed ( ) : System.Boolean
return System.Boolean

IsSetSource() public method

Checks if Source property is set
public IsSetSource ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
return String

WithContent() public method

Sets the Content property
public WithContent ( String content ) : EditorialReview
content String Content property
return EditorialReview

WithIsLinkSuppressed() public method

Sets the IsLinkSuppressed property
public WithIsLinkSuppressed ( System.Boolean isLinkSuppressed ) : EditorialReview
isLinkSuppressed System.Boolean IsLinkSuppressed property
return EditorialReview

WithSource() public method

Sets the Source property
public WithSource ( String source ) : EditorialReview
source String Source property
return EditorialReview