@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)
brokerId
- The unique ID that Amazon MQ generates for the broker.public String getBrokerId()
public DeleteBrokerResult withBrokerId(String brokerId)
brokerId
- The unique ID that Amazon MQ generates for the broker.public String toString()
toString
in class Object
Object.toString()
public DeleteBrokerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.