@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRecommendationReportDetailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetRecommendationReportDetailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationReportDetailsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The recommendation report generation task
id returned by StartRecommendationReportGeneration. |
int |
hashCode() |
void |
setId(String id)
The recommendation report generation task
id returned by StartRecommendationReportGeneration. |
String |
toString()
Returns a string representation of this object.
|
GetRecommendationReportDetailsRequest |
withId(String id)
The recommendation report generation task
id returned by StartRecommendationReportGeneration. |
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 GetRecommendationReportDetailsRequest()
public void setId(String id)
The recommendation report generation task id returned by StartRecommendationReportGeneration.
id - The recommendation report generation task id returned by
StartRecommendationReportGeneration.public String getId()
The recommendation report generation task id returned by StartRecommendationReportGeneration.
id returned by
StartRecommendationReportGeneration.public GetRecommendationReportDetailsRequest withId(String id)
The recommendation report generation task id returned by StartRecommendationReportGeneration.
id - The recommendation report generation task id returned by
StartRecommendationReportGeneration.public String toString()
toString in class ObjectObject.toString()public GetRecommendationReportDetailsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()