@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEventBusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateEventBusResult() |
Modifier and Type | Method and Description |
---|---|
UpdateEventBusResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The event bus Amazon Resource Name (ARN).
|
DeadLetterConfig |
getDeadLetterConfig() |
String |
getDescription()
The event bus description.
|
String |
getKmsKeyIdentifier()
The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one
has been specified.
|
String |
getName()
The event bus name.
|
int |
hashCode() |
void |
setArn(String arn)
The event bus Amazon Resource Name (ARN).
|
void |
setDeadLetterConfig(DeadLetterConfig deadLetterConfig) |
void |
setDescription(String description)
The event bus description.
|
void |
setKmsKeyIdentifier(String kmsKeyIdentifier)
The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one
has been specified.
|
void |
setName(String name)
The event bus name.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEventBusResult |
withArn(String arn)
The event bus Amazon Resource Name (ARN).
|
UpdateEventBusResult |
withDeadLetterConfig(DeadLetterConfig deadLetterConfig) |
UpdateEventBusResult |
withDescription(String description)
The event bus description.
|
UpdateEventBusResult |
withKmsKeyIdentifier(String kmsKeyIdentifier)
The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one
has been specified.
|
UpdateEventBusResult |
withName(String name)
The event bus name.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The event bus Amazon Resource Name (ARN).
arn
- The event bus Amazon Resource Name (ARN).public String getArn()
The event bus Amazon Resource Name (ARN).
public UpdateEventBusResult withArn(String arn)
The event bus Amazon Resource Name (ARN).
arn
- The event bus Amazon Resource Name (ARN).public void setName(String name)
The event bus name.
name
- The event bus name.public String getName()
The event bus name.
public UpdateEventBusResult withName(String name)
The event bus name.
name
- The event bus name.public void setKmsKeyIdentifier(String kmsKeyIdentifier)
The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
kmsKeyIdentifier
- The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus,
if one has been specified.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
public String getKmsKeyIdentifier()
The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
public UpdateEventBusResult withKmsKeyIdentifier(String kmsKeyIdentifier)
The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
kmsKeyIdentifier
- The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus,
if one has been specified.
For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
public void setDescription(String description)
The event bus description.
description
- The event bus description.public String getDescription()
The event bus description.
public UpdateEventBusResult withDescription(String description)
The event bus description.
description
- The event bus description.public void setDeadLetterConfig(DeadLetterConfig deadLetterConfig)
deadLetterConfig
- public DeadLetterConfig getDeadLetterConfig()
public UpdateEventBusResult withDeadLetterConfig(DeadLetterConfig deadLetterConfig)
deadLetterConfig
- public String toString()
toString
in class Object
Object.toString()
public UpdateEventBusResult clone()