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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetCity ( ) : System.Boolean

Checks if City property is set

IsSetEmail ( ) : System.Boolean

Checks if Email property is set

IsSetFirstName ( ) : System.Boolean

Checks if FirstName property is set

IsSetLastName ( ) : System.Boolean

Checks if LastName property is set

IsSetListPage ( ) : System.Boolean

Checks if ListPage property is set

IsSetListType ( ) : System.Boolean

Checks if ListType property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetState ( ) : System.Boolean

Checks if State property is set

WithCity ( String city ) : ListSearchRequest

Sets the City property

WithEmail ( String email ) : ListSearchRequest

Sets the Email property

WithFirstName ( String firstName ) : ListSearchRequest

Sets the FirstName property

WithLastName ( String lastName ) : ListSearchRequest

Sets the LastName property

WithListPage ( Decimal listPage ) : ListSearchRequest

Sets the ListPage property

WithListType ( String listType ) : ListSearchRequest

Sets the ListType property

WithName ( String name ) : ListSearchRequest

Sets the Name property

WithResponseGroup ( ) : ListSearchRequest

Sets the ResponseGroup property

WithState ( String state ) : ListSearchRequest

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

메소드 상세

IsSetCity() 공개 메소드

Checks if City property is set
public IsSetCity ( ) : System.Boolean
리턴 System.Boolean

IsSetEmail() 공개 메소드

Checks if Email property is set
public IsSetEmail ( ) : System.Boolean
리턴 System.Boolean

IsSetFirstName() 공개 메소드

Checks if FirstName property is set
public IsSetFirstName ( ) : System.Boolean
리턴 System.Boolean

IsSetLastName() 공개 메소드

Checks if LastName property is set
public IsSetLastName ( ) : System.Boolean
리턴 System.Boolean

IsSetListPage() 공개 메소드

Checks if ListPage property is set
public IsSetListPage ( ) : System.Boolean
리턴 System.Boolean

IsSetListType() 공개 메소드

Checks if ListType property is set
public IsSetListType ( ) : System.Boolean
리턴 System.Boolean

IsSetName() 공개 메소드

Checks if Name property is set
public IsSetName ( ) : System.Boolean
리턴 System.Boolean

IsSetResponseGroup() 공개 메소드

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

IsSetState() 공개 메소드

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

WithCity() 공개 메소드

Sets the City property
public WithCity ( String city ) : ListSearchRequest
city String City property
리턴 ListSearchRequest

WithEmail() 공개 메소드

Sets the Email property
public WithEmail ( String email ) : ListSearchRequest
email String Email property
리턴 ListSearchRequest

WithFirstName() 공개 메소드

Sets the FirstName property
public WithFirstName ( String firstName ) : ListSearchRequest
firstName String FirstName property
리턴 ListSearchRequest

WithLastName() 공개 메소드

Sets the LastName property
public WithLastName ( String lastName ) : ListSearchRequest
lastName String LastName property
리턴 ListSearchRequest

WithListPage() 공개 메소드

Sets the ListPage property
public WithListPage ( Decimal listPage ) : ListSearchRequest
listPage Decimal ListPage property
리턴 ListSearchRequest

WithListType() 공개 메소드

Sets the ListType property
public WithListType ( String listType ) : ListSearchRequest
listType String ListType property
리턴 ListSearchRequest

WithName() 공개 메소드

Sets the Name property
public WithName ( String name ) : ListSearchRequest
name String Name property
리턴 ListSearchRequest

WithResponseGroup() 공개 메소드

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

WithState() 공개 메소드

Sets the State property
public WithState ( String state ) : ListSearchRequest
state String State property
리턴 ListSearchRequest