C# Class Amazon.ECS.Model.CustomerLocation

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetCity() public method

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

IsSetCountry() public method

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

IsSetState() public method

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

IsSetUserDefinedLocation() public method

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

WithCity() public method

Sets the City property
public WithCity ( String city ) : CustomerLocation
city String City property
return CustomerLocation

WithCountry() public method

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

WithState() public method

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

WithUserDefinedLocation() public method

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