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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if City property is set

IsSetCountry ( ) : System.Boolean

Checks if Country property is set

IsSetState ( ) : System.Boolean

Checks if State property is set

IsSetUserDefinedLocation ( ) : System.Boolean

Checks if UserDefinedLocation property is set

WithCity ( String city ) : CustomerLocation

Sets the City property

WithCountry ( String country ) : CustomerLocation

Sets the Country property

WithState ( String state ) : CustomerLocation

Sets the State property

WithUserDefinedLocation ( String userDefinedLocation ) : CustomerLocation

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

IsSetCountry() 공개 메소드

Checks if Country property is set
public IsSetCountry ( ) : System.Boolean
리턴 System.Boolean

IsSetState() 공개 메소드

Checks if State property is set
public IsSetState ( ) : System.Boolean
리턴 System.Boolean

IsSetUserDefinedLocation() 공개 메소드

Checks if UserDefinedLocation property is set
public IsSetUserDefinedLocation ( ) : 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 ) : CustomerLocation
city String City property
리턴 CustomerLocation

WithCountry() 공개 메소드

Sets the Country property
public WithCountry ( String country ) : CustomerLocation
country String Country property
리턴 CustomerLocation

WithState() 공개 메소드

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

WithUserDefinedLocation() 공개 메소드

Sets the UserDefinedLocation property
public WithUserDefinedLocation ( String userDefinedLocation ) : CustomerLocation
userDefinedLocation String UserDefinedLocation property
리턴 CustomerLocation