@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBrokerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateBrokerResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBrokerResult |
clone() |
boolean |
equals(Object obj) |
String |
getBrokerId()
Required.
|
ConfigurationId |
getConfiguration()
The ID of the updated configuration.
|
int |
hashCode() |
void |
setBrokerId(String brokerId)
Required.
|
void |
setConfiguration(ConfigurationId configuration)
The ID of the updated configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateBrokerResult |
withBrokerId(String brokerId)
Required.
|
UpdateBrokerResult |
withConfiguration(ConfigurationId configuration)
The ID of the updated configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBrokerId(String brokerId)
brokerId
- Required. The unique ID that Amazon MQ generates for the broker.public String getBrokerId()
public UpdateBrokerResult withBrokerId(String brokerId)
brokerId
- Required. The unique ID that Amazon MQ generates for the broker.public void setConfiguration(ConfigurationId configuration)
configuration
- The ID of the updated configuration.public ConfigurationId getConfiguration()
public UpdateBrokerResult withConfiguration(ConfigurationId configuration)
configuration
- The ID of the updated configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateBrokerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.