@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportJobRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ExportJobRequest() |
Modifier and Type | Method and Description |
---|---|
ExportJobRequest |
clone() |
boolean |
equals(Object obj) |
String |
getRoleArn()
The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the Amazon S3 location that
endpoints will be exported to.
|
String |
getS3UrlPrefix()
A URL that points to the location within an Amazon S3 bucket that will receive the export.
|
String |
getSegmentId()
The ID of the segment to export endpoints from.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the Amazon S3 location that
endpoints will be exported to.
|
void |
setS3UrlPrefix(String s3UrlPrefix)
A URL that points to the location within an Amazon S3 bucket that will receive the export.
|
void |
setSegmentId(String segmentId)
The ID of the segment to export endpoints from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExportJobRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the Amazon S3 location that
endpoints will be exported to.
|
ExportJobRequest |
withS3UrlPrefix(String s3UrlPrefix)
A URL that points to the location within an Amazon S3 bucket that will receive the export.
|
ExportJobRequest |
withSegmentId(String segmentId)
The ID of the segment to export endpoints from.
|
public void setRoleArn(String roleArn)
roleArn
- The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the Amazon S3 location
that endpoints will be exported to.public String getRoleArn()
public ExportJobRequest withRoleArn(String roleArn)
roleArn
- The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the Amazon S3 location
that endpoints will be exported to.public void setS3UrlPrefix(String s3UrlPrefix)
s3UrlPrefix
- A URL that points to the location within an Amazon S3 bucket that will receive the export. The location is
typically a folder with multiple files. The URL should follow this format: s3://bucket-name/folder-name/
Amazon Pinpoint will export endpoints to this location.public String getS3UrlPrefix()
public ExportJobRequest withS3UrlPrefix(String s3UrlPrefix)
s3UrlPrefix
- A URL that points to the location within an Amazon S3 bucket that will receive the export. The location is
typically a folder with multiple files. The URL should follow this format: s3://bucket-name/folder-name/
Amazon Pinpoint will export endpoints to this location.public void setSegmentId(String segmentId)
segmentId
- The ID of the segment to export endpoints from. If not present all endpoints will be exported.public String getSegmentId()
public ExportJobRequest withSegmentId(String segmentId)
segmentId
- The ID of the segment to export endpoints from. If not present all endpoints will be exported.public String toString()
toString
in class Object
Object.toString()
public ExportJobRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.