@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBrokerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateBrokerResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateBrokerResult |
clone() |
boolean |
equals(Object obj) |
String |
getBrokerArn()
The Amazon Resource Name (ARN) of the broker.
|
String |
getBrokerId()
The unique ID that Amazon MQ generates for the broker.
|
int |
hashCode() |
void |
setBrokerArn(String brokerArn)
The Amazon Resource Name (ARN) of the broker.
|
void |
setBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
String |
toString()
Returns a string representation of this object.
|
CreateBrokerResult |
withBrokerArn(String brokerArn)
The Amazon Resource Name (ARN) of the broker.
|
CreateBrokerResult |
withBrokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBrokerArn(String brokerArn)
brokerArn - The Amazon Resource Name (ARN) of the broker.public String getBrokerArn()
public CreateBrokerResult withBrokerArn(String brokerArn)
brokerArn - The Amazon Resource Name (ARN) of the broker.public void setBrokerId(String brokerId)
brokerId - The unique ID that Amazon MQ generates for the broker.public String getBrokerId()
public CreateBrokerResult withBrokerId(String brokerId)
brokerId - The unique ID that Amazon MQ generates for the broker.public String toString()
toString in class ObjectObject.toString()public CreateBrokerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.