@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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
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 String toString()
toString in class ObjectObject.toString()public BrokerInstance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.