@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartActivityStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartActivityStreamResult() |
Modifier and Type | Method and Description |
---|---|
StartActivityStreamResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getApplyImmediately()
Indicates whether or not the database activity stream will start as soon as possible, regardless of the
maintenance window for the database.
|
String |
getKinesisStreamName()
The name of the Amazon Kinesis data stream to be used for the database activity stream.
|
String |
getKmsKeyId()
The AWS KMS key identifier for encryption of messages in the database activity stream.
|
String |
getMode()
The mode of the database activity stream.
|
String |
getStatus()
The status of the database activity stream.
|
int |
hashCode() |
Boolean |
isApplyImmediately()
Indicates whether or not the database activity stream will start as soon as possible, regardless of the
maintenance window for the database.
|
void |
setApplyImmediately(Boolean applyImmediately)
Indicates whether or not the database activity stream will start as soon as possible, regardless of the
maintenance window for the database.
|
void |
setKinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream to be used for the database activity stream.
|
void |
setKmsKeyId(String kmsKeyId)
The AWS KMS key identifier for encryption of messages in the database activity stream.
|
void |
setMode(String mode)
The mode of the database activity stream.
|
void |
setStatus(String status)
The status of the database activity stream.
|
String |
toString()
Returns a string representation of this object.
|
StartActivityStreamResult |
withApplyImmediately(Boolean applyImmediately)
Indicates whether or not the database activity stream will start as soon as possible, regardless of the
maintenance window for the database.
|
StartActivityStreamResult |
withKinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream to be used for the database activity stream.
|
StartActivityStreamResult |
withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier for encryption of messages in the database activity stream.
|
StartActivityStreamResult |
withMode(ActivityStreamMode mode)
The mode of the database activity stream.
|
StartActivityStreamResult |
withMode(String mode)
The mode of the database activity stream.
|
StartActivityStreamResult |
withStatus(ActivityStreamStatus status)
The status of the database activity stream.
|
StartActivityStreamResult |
withStatus(String status)
The status of the database activity stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKmsKeyId(String kmsKeyId)
The AWS KMS key identifier for encryption of messages in the database activity stream.
kmsKeyId
- The AWS KMS key identifier for encryption of messages in the database activity stream.public String getKmsKeyId()
The AWS KMS key identifier for encryption of messages in the database activity stream.
public StartActivityStreamResult withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier for encryption of messages in the database activity stream.
kmsKeyId
- The AWS KMS key identifier for encryption of messages in the database activity stream.public void setKinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream to be used for the database activity stream.
kinesisStreamName
- The name of the Amazon Kinesis data stream to be used for the database activity stream.public String getKinesisStreamName()
The name of the Amazon Kinesis data stream to be used for the database activity stream.
public StartActivityStreamResult withKinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream to be used for the database activity stream.
kinesisStreamName
- The name of the Amazon Kinesis data stream to be 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 StartActivityStreamResult withStatus(String status)
The status of the database activity stream.
status
- The status of the database activity stream.ActivityStreamStatus
public StartActivityStreamResult withStatus(ActivityStreamStatus status)
The status of the database activity stream.
status
- The status of the database activity stream.ActivityStreamStatus
public void setMode(String mode)
The mode of the database activity stream.
mode
- The mode of the database activity stream.ActivityStreamMode
public String getMode()
The mode of the database activity stream.
ActivityStreamMode
public StartActivityStreamResult withMode(String mode)
The mode of the database activity stream.
mode
- The mode of the database activity stream.ActivityStreamMode
public StartActivityStreamResult withMode(ActivityStreamMode mode)
The mode of the database activity stream.
mode
- The mode of the database activity stream.ActivityStreamMode
public void setApplyImmediately(Boolean applyImmediately)
Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
applyImmediately
- Indicates whether or not the database activity stream will start as soon as possible, regardless of the
maintenance window for the database.public Boolean getApplyImmediately()
Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
public StartActivityStreamResult withApplyImmediately(Boolean applyImmediately)
Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
applyImmediately
- Indicates whether or not the database activity stream will start as soon as possible, regardless of the
maintenance window for the database.public Boolean isApplyImmediately()
Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
public String toString()
toString
in class Object
Object.toString()
public StartActivityStreamResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.