@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ExportingConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information about the S3 bucket where Identity Resolution Jobs write result files.
Constructor and Description |
---|
S3ExportingConfig() |
Modifier and Type | Method and Description |
---|---|
S3ExportingConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3BucketName()
The name of the S3 bucket 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 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.
|
S3ExportingConfig |
withS3BucketName(String s3BucketName)
The name of the S3 bucket where Identity Resolution Jobs write result files.
|
S3ExportingConfig |
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 where Identity Resolution Jobs write result files.
s3BucketName
- The name of the S3 bucket where Identity Resolution Jobs write result files.public String getS3BucketName()
The name of the S3 bucket where Identity Resolution Jobs write result files.
public S3ExportingConfig withS3BucketName(String s3BucketName)
The name of the S3 bucket where Identity Resolution Jobs write result files.
s3BucketName
- The name of the S3 bucket 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 S3ExportingConfig 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 S3ExportingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.