@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTermForReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTermForReportRequest() |
Modifier and Type | Method and Description |
---|---|
GetTermForReportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getReportId()
Unique resource ID for the report resource.
|
Long |
getReportVersion()
Version for the report resource.
|
int |
hashCode() |
void |
setReportId(String reportId)
Unique resource ID for the report resource.
|
void |
setReportVersion(Long reportVersion)
Version for the report resource.
|
String |
toString()
Returns a string representation of this object.
|
GetTermForReportRequest |
withReportId(String reportId)
Unique resource ID for the report resource.
|
GetTermForReportRequest |
withReportVersion(Long reportVersion)
Version for the report resource.
|
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 setReportId(String reportId)
Unique resource ID for the report resource.
reportId
- Unique resource ID for the report resource.public String getReportId()
Unique resource ID for the report resource.
public GetTermForReportRequest withReportId(String reportId)
Unique resource ID for the report resource.
reportId
- Unique resource ID for the report resource.public void setReportVersion(Long reportVersion)
Version for the report resource.
reportVersion
- Version for the report resource.public Long getReportVersion()
Version for the report resource.
public GetTermForReportRequest withReportVersion(Long reportVersion)
Version for the report resource.
reportVersion
- Version for the report resource.public String toString()
toString
in class Object
Object.toString()
public GetTermForReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()