C# Class Amazon.ECS.Model.CustomerLocation

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetCity() public méthode

Checks if City property is set
public IsSetCity ( ) : System.Boolean
Résultat System.Boolean

IsSetCountry() public méthode

Checks if Country property is set
public IsSetCountry ( ) : System.Boolean
Résultat System.Boolean

IsSetState() public méthode

Checks if State property is set
public IsSetState ( ) : System.Boolean
Résultat System.Boolean

IsSetUserDefinedLocation() public méthode

Checks if UserDefinedLocation property is set
public IsSetUserDefinedLocation ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithCity() public méthode

Sets the City property
public WithCity ( String city ) : CustomerLocation
city String City property
Résultat CustomerLocation

WithCountry() public méthode

Sets the Country property
public WithCountry ( String country ) : CustomerLocation
country String Country property
Résultat CustomerLocation

WithState() public méthode

Sets the State property
public WithState ( String state ) : CustomerLocation
state String State property
Résultat CustomerLocation

WithUserDefinedLocation() public méthode

Sets the UserDefinedLocation property
public WithUserDefinedLocation ( String userDefinedLocation ) : CustomerLocation
userDefinedLocation String UserDefinedLocation property
Résultat CustomerLocation