@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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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, setSdkResponseMetadata
public void setKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
kmsKeyId
- The Amazon Web Services KMS key identifier used for encrypting messages in the database activity
stream.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
public String getKmsKeyId()
The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
public StopActivityStreamResult withKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
kmsKeyId
- The Amazon Web Services KMS key identifier used for encrypting messages in the database activity
stream.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
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.ActivityStreamStatus
public String getStatus()
The status of the database activity stream.
ActivityStreamStatus
public StopActivityStreamResult withStatus(String status)
The status of the database activity stream.
status
- The status of the database activity stream.ActivityStreamStatus
public StopActivityStreamResult withStatus(ActivityStreamStatus status)
The status of the database activity stream.
status
- The status of the database activity stream.ActivityStreamStatus
public String toString()
toString
in class Object
Object.toString()
public StopActivityStreamResult clone()