@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEventBusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateEventBusResult() |
Modifier and Type | Method and Description |
---|---|
CreateEventBusResult |
clone() |
boolean |
equals(Object obj) |
String |
getEventBusArn()
The ARN of the new event bus.
|
int |
hashCode() |
void |
setEventBusArn(String eventBusArn)
The ARN of the new event bus.
|
String |
toString()
Returns a string representation of this object.
|
CreateEventBusResult |
withEventBusArn(String eventBusArn)
The ARN of the new event bus.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEventBusArn(String eventBusArn)
The ARN of the new event bus.
eventBusArn
- The ARN of the new event bus.public String getEventBusArn()
The ARN of the new event bus.
public CreateEventBusResult withEventBusArn(String eventBusArn)
The ARN of the new event bus.
eventBusArn
- The ARN of the new event bus.public String toString()
toString
in class Object
Object.toString()
public CreateEventBusResult clone()