Class ExportingLocation
- java.lang.Object
-
- software.amazon.awssdk.services.customerprofiles.model.ExportingLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportingLocation.Builder,ExportingLocation>
@Generated("software.amazon.awssdk:codegen") public final class ExportingLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportingLocation.Builder,ExportingLocation>
The S3 location where Identity Resolution Jobs write result files.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportingLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportingLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3ExportingLocations3Exporting()Information about the S3 location where Identity Resolution Jobs write result files.List<SdkField<?>>sdkFields()static Class<? extends ExportingLocation.Builder>serializableBuilderClass()ExportingLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3Exporting
public final S3ExportingLocation s3Exporting()
Information about the S3 location where Identity Resolution Jobs write result files.
- Returns:
- Information about the S3 location where Identity Resolution Jobs write result files.
-
toBuilder
public ExportingLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportingLocation.Builder,ExportingLocation>
-
builder
public static ExportingLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportingLocation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-