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