@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectivityInfo extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ConnectivityInfo() |
Modifier and Type | Method and Description |
---|---|
ConnectivityInfo |
clone() |
boolean |
equals(Object obj) |
String |
getHostAddress()
Endpoint for the GGC.
|
String |
getId()
Element Id for this entry in the list.
|
String |
getMetadata()
Metadata for this endpoint.
|
Integer |
getPortNumber()
Port of the GGC.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHostAddress(String hostAddress)
Endpoint for the GGC.
|
void |
setId(String id)
Element Id for this entry in the list.
|
void |
setMetadata(String metadata)
Metadata for this endpoint.
|
void |
setPortNumber(Integer portNumber)
Port of the GGC.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ConnectivityInfo |
withHostAddress(String hostAddress)
Endpoint for the GGC.
|
ConnectivityInfo |
withId(String id)
Element Id for this entry in the list.
|
ConnectivityInfo |
withMetadata(String metadata)
Metadata for this endpoint.
|
ConnectivityInfo |
withPortNumber(Integer portNumber)
Port of the GGC.
|
public void setHostAddress(String hostAddress)
hostAddress
- Endpoint for the GGC. Can be an IP address or DNS.public String getHostAddress()
public ConnectivityInfo withHostAddress(String hostAddress)
hostAddress
- Endpoint for the GGC. Can be an IP address or DNS.public void setId(String id)
id
- Element Id for this entry in the list.public String getId()
public ConnectivityInfo withId(String id)
id
- Element Id for this entry in the list.public void setMetadata(String metadata)
metadata
- Metadata for this endpoint.public String getMetadata()
public ConnectivityInfo withMetadata(String metadata)
metadata
- Metadata for this endpoint.public void setPortNumber(Integer portNumber)
portNumber
- Port of the GGC. Usually 8883.public Integer getPortNumber()
public ConnectivityInfo withPortNumber(Integer portNumber)
portNumber
- Port of the GGC. Usually 8883.public String toString()
toString
in class Object
Object.toString()
public ConnectivityInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.