@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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
ActivityStreamStatus
public 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()
.
ActivityStreamStatus
public 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()
.
ActivityStreamMode
public 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()
.
ActivityStreamMode
public 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()
.
ActivityStreamPolicyStatus
public 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()
.
ActivityStreamPolicyStatus
public ModifyActivityStreamResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModifyActivityStreamResponse.Builder,ModifyActivityStreamResponse>
toBuilder
in class AwsResponse
public static ModifyActivityStreamResponse.Builder builder()
public static Class<? extends ModifyActivityStreamResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2023. All rights reserved.