@Generated(value="software.amazon.awssdk:codegen") public final class AddSourceIdentifierToSubscriptionRequest extends DocDbRequest implements ToCopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>
Represents the input to AddSourceIdentifierToSubscription.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddSourceIdentifierToSubscriptionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AddSourceIdentifierToSubscriptionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddSourceIdentifierToSubscriptionRequest.Builder> |
serializableBuilderClass() |
String |
sourceIdentifier()
The identifier of the event source to be added:
|
String |
subscriptionName()
The name of the Amazon DocumentDB event notification subscription that you want to add a source identifier to.
|
AddSourceIdentifierToSubscriptionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String subscriptionName()
The name of the Amazon DocumentDB event notification subscription that you want to add a source identifier to.
public final String sourceIdentifier()
The identifier of the event source to be added:
If the source type is an instance, a DBInstanceIdentifier must be provided.
If the source type is a security group, a DBSecurityGroupName must be provided.
If the source type is a parameter group, a DBParameterGroupName must be provided.
If the source type is a snapshot, a DBSnapshotIdentifier must be provided.
If the source type is an instance, a DBInstanceIdentifier must be provided.
If the source type is a security group, a DBSecurityGroupName must be provided.
If the source type is a parameter group, a DBParameterGroupName must be provided.
If the source type is a snapshot, a DBSnapshotIdentifier must be provided.
public AddSourceIdentifierToSubscriptionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddSourceIdentifierToSubscriptionRequest.Builder,AddSourceIdentifierToSubscriptionRequest>toBuilder in class DocDbRequestpublic static AddSourceIdentifierToSubscriptionRequest.Builder builder()
public static Class<? extends AddSourceIdentifierToSubscriptionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.