@Generated(value="software.amazon.awssdk:codegen") public final class ExportDataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportDataSource.Builder,ExportDataSource>
An object that contains details about the data source of the export job. It can only contain one of
MetricsDataSource or MessageInsightsDataSource object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportDataSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportDataSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MessageInsightsDataSource |
messageInsightsDataSource()
Returns the value of the MessageInsightsDataSource property for this object.
|
MetricsDataSource |
metricsDataSource()
Returns the value of the MetricsDataSource property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportDataSource.Builder> |
serializableBuilderClass() |
ExportDataSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MetricsDataSource metricsDataSource()
public final MessageInsightsDataSource messageInsightsDataSource()
public ExportDataSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportDataSource.Builder,ExportDataSource>public static ExportDataSource.Builder builder()
public static Class<? extends ExportDataSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.