@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportingLocation extends Object implements Serializable, Cloneable, StructuredPojo
The S3 location where Identity Resolution Jobs write result files.
Constructor and Description |
---|
ExportingLocation() |
Modifier and Type | Method and Description |
---|---|
ExportingLocation |
clone() |
boolean |
equals(Object obj) |
S3ExportingLocation |
getS3Exporting()
Information about the S3 location where Identity Resolution Jobs write result files.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Exporting(S3ExportingLocation s3Exporting)
Information about the S3 location where Identity Resolution Jobs write result files.
|
String |
toString()
Returns a string representation of this object.
|
ExportingLocation |
withS3Exporting(S3ExportingLocation s3Exporting)
Information about the S3 location where Identity Resolution Jobs write result files.
|
public void setS3Exporting(S3ExportingLocation s3Exporting)
Information about the S3 location where Identity Resolution Jobs write result files.
s3Exporting
- Information about the S3 location where Identity Resolution Jobs write result files.public S3ExportingLocation getS3Exporting()
Information about the S3 location where Identity Resolution Jobs write result files.
public ExportingLocation withS3Exporting(S3ExportingLocation s3Exporting)
Information about the S3 location where Identity Resolution Jobs write result files.
s3Exporting
- Information about the S3 location where Identity Resolution Jobs write result files.public String toString()
toString
in class Object
Object.toString()
public ExportingLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.