@Generated(value="software.amazon.awssdk:codegen") public final class ModifyActivityStreamResponse extends RdsResponse implements ToCopyableBuilder<ModifyActivityStreamResponse.Builder,ModifyActivityStreamResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyActivityStreamResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyActivityStreamResponse.Builder |
builder() |
Boolean |
engineNativeAuditFieldsIncluded()
Indicates whether engine-native audit fields are included in the database activity stream.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kinesisStreamName()
The name of the Amazon Kinesis data stream to be used for the database activity stream.
|
String |
kmsKeyId()
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
|
ActivityStreamMode |
mode()
The mode of the database activity stream.
|
String |
modeAsString()
The mode of the database activity stream.
|
ActivityStreamPolicyStatus |
policyStatus()
The status of the modification to the policy state of the database activity stream.
|
String |
policyStatusAsString()
The status of the modification to the policy state of the database activity stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyActivityStreamResponse.Builder> |
serializableBuilderClass() |
ActivityStreamStatus |
status()
The status of the modification to the database activity stream.
|
String |
statusAsString()
The status of the modification to the database activity stream.
|
ModifyActivityStreamResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String kmsKeyId()
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
public final String kinesisStreamName()
The name of the Amazon Kinesis data stream to be used for the database activity stream.
public final ActivityStreamStatus status()
The status of the modification to the database activity stream.
If the service returns an enum value that is not available in the current SDK version, status will
return ActivityStreamStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ActivityStreamStatuspublic final String statusAsString()
The status of the modification to the database activity stream.
If the service returns an enum value that is not available in the current SDK version, status will
return ActivityStreamStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ActivityStreamStatuspublic final ActivityStreamMode mode()
The mode of the database activity stream.
If the service returns an enum value that is not available in the current SDK version, mode will return
ActivityStreamMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
ActivityStreamModepublic final String modeAsString()
The mode of the database activity stream.
If the service returns an enum value that is not available in the current SDK version, mode will return
ActivityStreamMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
ActivityStreamModepublic final Boolean engineNativeAuditFieldsIncluded()
Indicates whether engine-native audit fields are included in the database activity stream.
public final ActivityStreamPolicyStatus policyStatus()
The status of the modification to the policy state of the database activity stream.
If the service returns an enum value that is not available in the current SDK version, policyStatus will
return ActivityStreamPolicyStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from policyStatusAsString().
ActivityStreamPolicyStatuspublic final String policyStatusAsString()
The status of the modification to the policy state of the database activity stream.
If the service returns an enum value that is not available in the current SDK version, policyStatus will
return ActivityStreamPolicyStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from policyStatusAsString().
ActivityStreamPolicyStatuspublic ModifyActivityStreamResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyActivityStreamResponse.Builder,ModifyActivityStreamResponse>toBuilder in class AwsResponsepublic static ModifyActivityStreamResponse.Builder builder()
public static Class<? extends ModifyActivityStreamResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.