@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeHarvestJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeHarvestJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeHarvestJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
String |
getChannelId()
The ID of the Channel that the HarvestJob will harvest from.
|
String |
getCreatedAt()
The date and time the HarvestJob was submitted.
|
String |
getEndTime()
The end of the time-window which will be harvested.
|
String |
getId()
The ID of the HarvestJob.
|
String |
getOriginEndpointId()
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
S3Destination |
getS3Destination() |
String |
getStartTime()
The start of the time-window which will be harvested.
|
String |
getStatus()
The current status of the HarvestJob.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
void |
setChannelId(String channelId)
The ID of the Channel that the HarvestJob will harvest from.
|
void |
setCreatedAt(String createdAt)
The date and time the HarvestJob was submitted.
|
void |
setEndTime(String endTime)
The end of the time-window which will be harvested.
|
void |
setId(String id)
The ID of the HarvestJob.
|
void |
setOriginEndpointId(String originEndpointId)
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
void |
setS3Destination(S3Destination s3Destination) |
void |
setStartTime(String startTime)
The start of the time-window which will be harvested.
|
void |
setStatus(String status)
The current status of the HarvestJob.
|
String |
toString()
Returns a string representation of this object.
|
DescribeHarvestJobResult |
withArn(String arn)
The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
DescribeHarvestJobResult |
withChannelId(String channelId)
The ID of the Channel that the HarvestJob will harvest from.
|
DescribeHarvestJobResult |
withCreatedAt(String createdAt)
The date and time the HarvestJob was submitted.
|
DescribeHarvestJobResult |
withEndTime(String endTime)
The end of the time-window which will be harvested.
|
DescribeHarvestJobResult |
withId(String id)
The ID of the HarvestJob.
|
DescribeHarvestJobResult |
withOriginEndpointId(String originEndpointId)
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
DescribeHarvestJobResult |
withS3Destination(S3Destination s3Destination) |
DescribeHarvestJobResult |
withStartTime(String startTime)
The start of the time-window which will be harvested.
|
DescribeHarvestJobResult |
withStatus(Status status)
The current status of the HarvestJob.
|
DescribeHarvestJobResult |
withStatus(String status)
The current status of the HarvestJob.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- The Amazon Resource Name (ARN) assigned to the HarvestJob.public String getArn()
public DescribeHarvestJobResult withArn(String arn)
arn
- The Amazon Resource Name (ARN) assigned to the HarvestJob.public void setChannelId(String channelId)
channelId
- The ID of the Channel that the HarvestJob will harvest from.public String getChannelId()
public DescribeHarvestJobResult withChannelId(String channelId)
channelId
- The ID of the Channel that the HarvestJob will harvest from.public void setCreatedAt(String createdAt)
createdAt
- The date and time the HarvestJob was submitted.public String getCreatedAt()
public DescribeHarvestJobResult withCreatedAt(String createdAt)
createdAt
- The date and time the HarvestJob was submitted.public void setEndTime(String endTime)
endTime
- The end of the time-window which will be harvested.public String getEndTime()
public DescribeHarvestJobResult withEndTime(String endTime)
endTime
- The end of the time-window which will be harvested.public void setId(String id)
id
- The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the
HarvestJob is submitted.public String getId()
public DescribeHarvestJobResult withId(String id)
id
- The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the
HarvestJob is submitted.public void setOriginEndpointId(String originEndpointId)
originEndpointId
- The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the
HarvestJob is submitted.public String getOriginEndpointId()
public DescribeHarvestJobResult withOriginEndpointId(String originEndpointId)
originEndpointId
- The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the
HarvestJob is submitted.public void setS3Destination(S3Destination s3Destination)
s3Destination
- public S3Destination getS3Destination()
public DescribeHarvestJobResult withS3Destination(S3Destination s3Destination)
s3Destination
- public void setStartTime(String startTime)
startTime
- The start of the time-window which will be harvested.public String getStartTime()
public DescribeHarvestJobResult withStartTime(String startTime)
startTime
- The start of the time-window which will be harvested.public void setStatus(String status)
status
- The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs as
they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of why the
HarvestJob failed.Status
public String getStatus()
Status
public DescribeHarvestJobResult withStatus(String status)
status
- The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs as
they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of why the
HarvestJob failed.Status
public DescribeHarvestJobResult withStatus(Status status)
status
- The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs as
they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of why the
HarvestJob failed.Status
public String toString()
toString
in class Object
Object.toString()
public DescribeHarvestJobResult clone()