@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.
|
Boolean |
getEngineNativeAuditFieldsIncluded()
Indicates whether engine-native audit fields are included in the database activity stream.
|
String |
getKinesisStreamName()
The name of the Amazon Kinesis data stream to be used for the database activity stream.
|
String |
getKmsKeyId()
The Amazon Web Services 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.
|
Boolean |
isEngineNativeAuditFieldsIncluded()
Indicates whether engine-native audit fields are included in the database activity stream.
|
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 |
setEngineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Indicates whether engine-native audit fields are included in the database activity stream.
|
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 Amazon Web Services 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 |
withEngineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Indicates whether engine-native audit fields are included in the database activity stream.
|
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 Amazon Web Services 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, setSdkResponseMetadatapublic void setKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
kmsKeyId - The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.public String getKmsKeyId()
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
public StartActivityStreamResult withKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
kmsKeyId - The Amazon Web Services 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.ActivityStreamStatuspublic String getStatus()
The status of the database activity stream.
ActivityStreamStatuspublic StartActivityStreamResult withStatus(String status)
The status of the database activity stream.
status - The status of the database activity stream.ActivityStreamStatuspublic StartActivityStreamResult withStatus(ActivityStreamStatus status)
The status of the database activity stream.
status - The status of the database activity stream.ActivityStreamStatuspublic void setMode(String mode)
The mode of the database activity stream.
mode - The mode of the database activity stream.ActivityStreamModepublic String getMode()
The mode of the database activity stream.
ActivityStreamModepublic StartActivityStreamResult withMode(String mode)
The mode of the database activity stream.
mode - The mode of the database activity stream.ActivityStreamModepublic StartActivityStreamResult withMode(ActivityStreamMode mode)
The mode of the database activity stream.
mode - The mode of the database activity stream.ActivityStreamModepublic 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 void setEngineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Indicates whether engine-native audit fields are included in the database activity stream.
engineNativeAuditFieldsIncluded - Indicates whether engine-native audit fields are included in the database activity stream.public Boolean getEngineNativeAuditFieldsIncluded()
Indicates whether engine-native audit fields are included in the database activity stream.
public StartActivityStreamResult withEngineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Indicates whether engine-native audit fields are included in the database activity stream.
engineNativeAuditFieldsIncluded - Indicates whether engine-native audit fields are included in the database activity stream.public Boolean isEngineNativeAuditFieldsIncluded()
Indicates whether engine-native audit fields are included in the database activity stream.
public String toString()
toString in class ObjectObject.toString()public StartActivityStreamResult clone()