C# Class Amazon.ECS.Model.Reviewer

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetCustomerId ( ) : System.Boolean

Checks if CustomerId property is set

IsSetLocation ( ) : System.Boolean

Checks if Location property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetNickname ( ) : System.Boolean

Checks if Nickname property is set

WithCustomerId ( String customerId ) : Reviewer

Sets the CustomerId property

WithLocation ( String location ) : Reviewer

Sets the Location property

WithName ( String name ) : Reviewer

Sets the Name property

WithNickname ( String nickname ) : Reviewer

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

IsSetCustomerId() public method

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

IsSetLocation() public method

Checks if Location property is set
public IsSetLocation ( ) : System.Boolean
return System.Boolean

IsSetName() public method

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

IsSetNickname() public method

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

WithCustomerId() public method

Sets the CustomerId property
public WithCustomerId ( String customerId ) : Reviewer
customerId String CustomerId property
return Reviewer

WithLocation() public method

Sets the Location property
public WithLocation ( String location ) : Reviewer
location String Location property
return Reviewer

WithName() public method

Sets the Name property
public WithName ( String name ) : Reviewer
name String Name property
return Reviewer

WithNickname() public method

Sets the Nickname property
public WithNickname ( String nickname ) : Reviewer
nickname String Nickname property
return Reviewer