C# Class Amazon.ECS.Model.TagLookupRequest

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetCount ( ) : System.Boolean

Checks if Count property is set

IsSetCustomerId ( ) : System.Boolean

Checks if CustomerId property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetTagName ( ) : System.Boolean

Checks of TagName property is set

IsSetTagPage ( ) : System.Boolean

Checks if TagPage property is set

IsSetTagSort ( ) : System.Boolean

Checks if TagSort property is set

WithCount ( Decimal count ) : TagLookupRequest

Sets the Count property

WithCustomerId ( String customerId ) : TagLookupRequest

Sets the CustomerId property

WithResponseGroup ( ) : TagLookupRequest

Sets the ResponseGroup property

WithTagName ( ) : TagLookupRequest

Sets the TagName property

WithTagPage ( Decimal tagPage ) : TagLookupRequest

Sets the TagPage property

WithTagSort ( String tagSort ) : TagLookupRequest

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

IsSetCount() public method

Checks if Count property is set
public IsSetCount ( ) : System.Boolean
return System.Boolean

IsSetCustomerId() public method

Checks if CustomerId property is set
public IsSetCustomerId ( ) : System.Boolean
return System.Boolean

IsSetResponseGroup() public method

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
return System.Boolean

IsSetTagName() public method

Checks of TagName property is set
public IsSetTagName ( ) : System.Boolean
return System.Boolean

IsSetTagPage() public method

Checks if TagPage property is set
public IsSetTagPage ( ) : System.Boolean
return System.Boolean

IsSetTagSort() public method

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

WithCount() public method

Sets the Count property
public WithCount ( Decimal count ) : TagLookupRequest
count Decimal Count property
return TagLookupRequest

WithCustomerId() public method

Sets the CustomerId property
public WithCustomerId ( String customerId ) : TagLookupRequest
customerId String CustomerId property
return TagLookupRequest

WithResponseGroup() public method

Sets the ResponseGroup property
public WithResponseGroup ( ) : TagLookupRequest
return TagLookupRequest

WithTagName() public method

Sets the TagName property
public WithTagName ( ) : TagLookupRequest
return TagLookupRequest

WithTagPage() public method

Sets the TagPage property
public WithTagPage ( Decimal tagPage ) : TagLookupRequest
tagPage Decimal TagPage property
return TagLookupRequest

WithTagSort() public method

Sets the TagSort property
public WithTagSort ( String tagSort ) : TagLookupRequest
tagSort String TagSort property
return TagLookupRequest