@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| StartReportJobRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartReportJobRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getIdempotencyToken()
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
  StartReportJobInput. | 
| String | getReportPlanName()
 The unique name of a report plan. | 
| int | hashCode() | 
| void | setIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
  StartReportJobInput. | 
| void | setReportPlanName(String reportPlanName)
 The unique name of a report plan. | 
| String | toString()Returns a string representation of this object. | 
| StartReportJobRequest | withIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
  StartReportJobInput. | 
| StartReportJobRequest | withReportPlanName(String reportPlanName)
 The unique name of a report plan. | 
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 setReportPlanName(String reportPlanName)
The unique name of a report plan.
reportPlanName - The unique name of a report plan.public String getReportPlanName()
The unique name of a report plan.
public StartReportJobRequest withReportPlanName(String reportPlanName)
The unique name of a report plan.
reportPlanName - The unique name of a report plan.public void setIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
 StartReportJobInput. Retrying a successful request with the same idempotency token results in a
 success message with no action taken.
 
idempotencyToken - A customer-chosen string that you can use to distinguish between otherwise identical calls to
        StartReportJobInput. Retrying a successful request with the same idempotency token results in
        a success message with no action taken.public String getIdempotencyToken()
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
 StartReportJobInput. Retrying a successful request with the same idempotency token results in a
 success message with no action taken.
 
StartReportJobInput. Retrying a successful request with the same idempotency token results
         in a success message with no action taken.public StartReportJobRequest withIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
 StartReportJobInput. Retrying a successful request with the same idempotency token results in a
 success message with no action taken.
 
idempotencyToken - A customer-chosen string that you can use to distinguish between otherwise identical calls to
        StartReportJobInput. Retrying a successful request with the same idempotency token results in
        a success message with no action taken.public String toString()
toString in class ObjectObject.toString()public StartReportJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()