@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopActivityStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StopActivityStreamResult() |
| Modifier and Type | Method and Description |
|---|---|
StopActivityStreamResult |
clone() |
boolean |
equals(Object obj) |
String |
getKinesisStreamName()
The name of the Amazon Kinesis data stream used for the database activity stream.
|
String |
getKmsKeyId()
The AWS KMS key identifier used for encrypting messages in the database activity stream.
|
String |
getStatus()
The status of the database activity stream.
|
int |
hashCode() |
void |
setKinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream used for the database activity stream.
|
void |
setKmsKeyId(String kmsKeyId)
The AWS KMS key identifier used for encrypting messages in the database activity stream.
|
void |
setStatus(String status)
The status of the database activity stream.
|
String |
toString()
Returns a string representation of this object.
|
StopActivityStreamResult |
withKinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream used for the database activity stream.
|
StopActivityStreamResult |
withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier used for encrypting messages in the database activity stream.
|
StopActivityStreamResult |
withStatus(ActivityStreamStatus status)
The status of the database activity stream.
|
StopActivityStreamResult |
withStatus(String status)
The status of the database activity stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setKmsKeyId(String kmsKeyId)
The AWS KMS key identifier used for encrypting messages in the database activity stream.
kmsKeyId - The AWS KMS key identifier used for encrypting messages in the database activity stream.public String getKmsKeyId()
The AWS KMS key identifier used for encrypting messages in the database activity stream.
public StopActivityStreamResult withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier used for encrypting messages in the database activity stream.
kmsKeyId - The AWS KMS key identifier used for encrypting messages in the database activity stream.public void setKinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream used for the database activity stream.
kinesisStreamName - The name of the Amazon Kinesis data stream used for the database activity stream.public String getKinesisStreamName()
The name of the Amazon Kinesis data stream used for the database activity stream.
public StopActivityStreamResult withKinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream used for the database activity stream.
kinesisStreamName - The name of the Amazon Kinesis data stream used for the database activity stream.public void setStatus(String status)
The status of the database activity stream.
status - The status of the database activity stream.ActivityStreamStatuspublic String getStatus()
The status of the database activity stream.
ActivityStreamStatuspublic StopActivityStreamResult withStatus(String status)
The status of the database activity stream.
status - The status of the database activity stream.ActivityStreamStatuspublic StopActivityStreamResult withStatus(ActivityStreamStatus status)
The status of the database activity stream.
status - The status of the database activity stream.ActivityStreamStatuspublic String toString()
toString in class ObjectObject.toString()public StopActivityStreamResult clone()
Copyright © 2019. All rights reserved.