@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BrokerInstance extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BrokerInstance() |
| Modifier and Type | Method and Description |
|---|---|
BrokerInstance |
clone() |
boolean |
equals(Object obj) |
String |
getConsoleURL()
The URL of the broker's ActiveMQ Web Console.
|
List<String> |
getEndpoints()
The broker's wire-level protocol endpoints.
|
String |
getIpAddress()
The IP address of the Elastic Network Interface (ENI) attached to the broker.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConsoleURL(String consoleURL)
The URL of the broker's ActiveMQ Web Console.
|
void |
setEndpoints(Collection<String> endpoints)
The broker's wire-level protocol endpoints.
|
void |
setIpAddress(String ipAddress)
The IP address of the Elastic Network Interface (ENI) attached to the broker.
|
String |
toString()
Returns a string representation of this object.
|
BrokerInstance |
withConsoleURL(String consoleURL)
The URL of the broker's ActiveMQ Web Console.
|
BrokerInstance |
withEndpoints(Collection<String> endpoints)
The broker's wire-level protocol endpoints.
|
BrokerInstance |
withEndpoints(String... endpoints)
The broker's wire-level protocol endpoints.
|
BrokerInstance |
withIpAddress(String ipAddress)
The IP address of the Elastic Network Interface (ENI) attached to the broker.
|
public void setConsoleURL(String consoleURL)
consoleURL - The URL of the broker's ActiveMQ Web Console.public String getConsoleURL()
public BrokerInstance withConsoleURL(String consoleURL)
consoleURL - The URL of the broker's ActiveMQ Web Console.public List<String> getEndpoints()
public void setEndpoints(Collection<String> endpoints)
endpoints - The broker's wire-level protocol endpoints.public BrokerInstance withEndpoints(String... endpoints)
NOTE: This method appends the values to the existing list (if any). Use
setEndpoints(java.util.Collection) or withEndpoints(java.util.Collection) if you want to
override the existing values.
endpoints - The broker's wire-level protocol endpoints.public BrokerInstance withEndpoints(Collection<String> endpoints)
endpoints - The broker's wire-level protocol endpoints.public void setIpAddress(String ipAddress)
ipAddress - The IP address of the Elastic Network Interface (ENI) attached to the broker.public String getIpAddress()
public BrokerInstance withIpAddress(String ipAddress)
ipAddress - The IP address of the Elastic Network Interface (ENI) attached to the broker.public String toString()
toString in class ObjectObject.toString()public BrokerInstance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.