@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBrokerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteBrokerResult() |
Modifier and Type | Method and Description |
---|---|
DeleteBrokerResult |
clone() |
boolean |
equals(Object obj) |
String |
getBrokerId()
The unique ID that Amazon MQ generates for the broker.
|
int |
hashCode() |
void |
setBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBrokerResult |
withBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
brokerId
- The unique ID that Amazon MQ generates for the broker.public String getBrokerId()
The unique ID that Amazon MQ generates for the broker.
public DeleteBrokerResult withBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
brokerId
- The unique ID that Amazon MQ generates for the broker.public String toString()
toString
in class Object
Object.toString()
public DeleteBrokerResult clone()