C# 클래스 Amazon.ECS.Model.TagLookupRequest

파일 보기 프로젝트 열기: nexus49/grado

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EscapeXML ( String str ) : String

메소드 상세

IsSetCount() 공개 메소드

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

IsSetCustomerId() 공개 메소드

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

IsSetResponseGroup() 공개 메소드

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

IsSetTagName() 공개 메소드

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

IsSetTagPage() 공개 메소드

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

IsSetTagSort() 공개 메소드

Checks if TagSort property is set
public IsSetTagSort ( ) : System.Boolean
리턴 System.Boolean

ToXMLFragment() 보호된 메소드

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
리턴 String

WithCount() 공개 메소드

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

WithCustomerId() 공개 메소드

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

WithResponseGroup() 공개 메소드

Sets the ResponseGroup property
public WithResponseGroup ( ) : TagLookupRequest
리턴 TagLookupRequest

WithTagName() 공개 메소드

Sets the TagName property
public WithTagName ( ) : TagLookupRequest
리턴 TagLookupRequest

WithTagPage() 공개 메소드

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

WithTagSort() 공개 메소드

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