@Generated(value="software.amazon.awssdk:codegen") public final class StopEventDataStoreIngestionRequest extends CloudTrailRequest implements ToCopyableBuilder<StopEventDataStoreIngestionRequest.Builder,StopEventDataStoreIngestionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopEventDataStoreIngestionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StopEventDataStoreIngestionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventDataStore()
The ARN (or ID suffix of the ARN) of the event data store for which you want to stop ingestion.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopEventDataStoreIngestionRequest.Builder> |
serializableBuilderClass() |
StopEventDataStoreIngestionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String eventDataStore()
The ARN (or ID suffix of the ARN) of the event data store for which you want to stop ingestion.
public StopEventDataStoreIngestionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopEventDataStoreIngestionRequest.Builder,StopEventDataStoreIngestionRequest>toBuilder in class CloudTrailRequestpublic static StopEventDataStoreIngestionRequest.Builder builder()
public static Class<? extends StopEventDataStoreIngestionRequest.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.