@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHarvestJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CreateHarvestJobRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateHarvestJobRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
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 
 | 
int | 
hashCode()  | 
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 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateHarvestJobRequest | 
withEndTime(String endTime)
The end of the time-window which will be harvested 
 | 
CreateHarvestJobRequest | 
withId(String id)
The ID of the HarvestJob. 
 | 
CreateHarvestJobRequest | 
withOriginEndpointId(String originEndpointId)
The ID of the OriginEndpoint that the HarvestJob will harvest from. 
 | 
CreateHarvestJobRequest | 
withS3Destination(S3Destination s3Destination)  | 
CreateHarvestJobRequest | 
withStartTime(String startTime)
The start of the time-window which will be harvested 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEndTime(String endTime)
endTime - The end of the time-window which will be harvestedpublic String getEndTime()
public CreateHarvestJobRequest withEndTime(String endTime)
endTime - The end of the time-window which will be harvestedpublic 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 submittedpublic String getId()
public CreateHarvestJobRequest 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 submittedpublic 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 CreateHarvestJobRequest 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 CreateHarvestJobRequest withS3Destination(S3Destination s3Destination)
s3Destination - public void setStartTime(String startTime)
startTime - The start of the time-window which will be harvestedpublic String getStartTime()
public CreateHarvestJobRequest withStartTime(String startTime)
startTime - The start of the time-window which will be harvestedpublic String toString()
toString in class ObjectObject.toString()public CreateHarvestJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()