@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeReportJobRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeReportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getReportJobId()
The identifier of the report job.
|
int |
hashCode() |
void |
setReportJobId(String reportJobId)
The identifier of the report job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReportJobRequest |
withReportJobId(String reportJobId)
The identifier of the report job.
|
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, withSdkRequestTimeout
public void setReportJobId(String reportJobId)
The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
reportJobId
- The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at
most 1,024 bytes long. The report job ID cannot be edited.public String getReportJobId()
The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
public DescribeReportJobRequest withReportJobId(String reportJobId)
The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
reportJobId
- The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at
most 1,024 bytes long. The report job ID cannot be edited.public String toString()
toString
in class Object
Object.toString()
public DescribeReportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()