C# Class Amazon.ECS.Model.SearchInside

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetExcerpt ( ) : System.Boolean

Checks if Excerpt property is set

IsSetTotalExcerpts ( ) : System.Boolean

Checks if TotalExcerpts property is set

WithExcerpt ( SearchInsideExcerpt excerpt ) : SearchInside

Sets the Excerpt property

WithTotalExcerpts ( Decimal totalExcerpts ) : SearchInside

Sets the TotalExcerpts 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

IsSetExcerpt() public method

Checks if Excerpt property is set
public IsSetExcerpt ( ) : System.Boolean
return System.Boolean

IsSetTotalExcerpts() public method

Checks if TotalExcerpts property is set
public IsSetTotalExcerpts ( ) : 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

WithExcerpt() public method

Sets the Excerpt property
public WithExcerpt ( SearchInsideExcerpt excerpt ) : SearchInside
excerpt SearchInsideExcerpt Excerpt property
return SearchInside

WithTotalExcerpts() public method

Sets the TotalExcerpts property
public WithTotalExcerpts ( Decimal totalExcerpts ) : SearchInside
totalExcerpts Decimal TotalExcerpts property
return SearchInside