@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyActivityStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ModifyActivityStreamResult () |
| Modifier and Type | Method and Description |
|---|---|
ModifyActivityStreamResult |
clone () |
boolean |
equals (Object obj) |
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 |
getPolicyStatus ()
The status of the modification to the policy state of the database activity stream.
|
String |
getStatus ()
The status of the modification to the database activity stream.
|
int |
hashCode () |
Boolean |
isEngineNativeAuditFieldsIncluded ()
Indicates whether engine-native audit fields are included in the database activity stream.
|
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 |
setPolicyStatus (String policyStatus)
The status of the modification to the policy state of the database activity stream.
|
void |
setStatus (String status)
The status of the modification to the database activity stream.
|
String |
toString ()
Returns a string representation of this object.
|
ModifyActivityStreamResult |
withEngineNativeAuditFieldsIncluded (Boolean engineNativeAuditFieldsIncluded)
Indicates whether engine-native audit fields are included in the database activity stream.
|
ModifyActivityStreamResult |
withKinesisStreamName (String kinesisStreamName)
The name of the Amazon Kinesis data stream to be used for the database activity stream.
|
ModifyActivityStreamResult |
withKmsKeyId (String kmsKeyId)
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
|
ModifyActivityStreamResult |
withMode (ActivityStreamMode mode)
The mode of the database activity stream.
|
ModifyActivityStreamResult |
withMode (String mode)
The mode of the database activity stream.
|
ModifyActivityStreamResult |
withPolicyStatus (ActivityStreamPolicyStatus policyStatus)
The status of the modification to the policy state of the database activity stream.
|
ModifyActivityStreamResult |
withPolicyStatus (String policyStatus)
The status of the modification to the policy state of the database activity stream.
|
ModifyActivityStreamResult |
withStatus (ActivityStreamStatus status)
The status of the modification to the database activity stream.
|
ModifyActivityStreamResult |
withStatus (String status)
The status of the modification to the database activity stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public ModifyActivityStreamResult()
public 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 ModifyActivityStreamResult 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 ModifyActivityStreamResult 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 modification to the database activity stream.
status - The status of the modification to the database activity stream.ActivityStreamStatus public String getStatus()
The status of the modification to the database activity stream.
ActivityStreamStatus public ModifyActivityStreamResult withStatus(String status)
The status of the modification to the database activity stream.
status - The status of the modification to the database activity stream.ActivityStreamStatus public ModifyActivityStreamResult withStatus(ActivityStreamStatus status)
The status of the modification to the database activity stream.
status - The status of the modification to 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 ModifyActivityStreamResult withMode(String mode)
The mode of the database activity stream.
mode - The mode of the database activity stream.ActivityStreamMode public ModifyActivityStreamResult withMode(ActivityStreamMode mode)
The mode of the database activity stream.
mode - The mode of the database activity stream.ActivityStreamMode 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 ModifyActivityStreamResult 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 void setPolicyStatus(String policyStatus)
The status of the modification to the policy state of the database activity stream.
policyStatus - The status of the modification to the policy state of the database activity stream.ActivityStreamPolicyStatus public String getPolicyStatus()
The status of the modification to the policy state of the database activity stream.
ActivityStreamPolicyStatus public ModifyActivityStreamResult withPolicyStatus(String policyStatus)
The status of the modification to the policy state of the database activity stream.
policyStatus - The status of the modification to the policy state of the database activity stream.ActivityStreamPolicyStatus public ModifyActivityStreamResult withPolicyStatus(ActivityStreamPolicyStatus policyStatus)
The status of the modification to the policy state of the database activity stream.
policyStatus - The status of the modification to the policy state of the database activity stream.ActivityStreamPolicyStatus public String toString()
toString in class Object Object.toString() public ModifyActivityStreamResult clone()