@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportRDSDatabaseRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportRDSDatabaseRecommendationsResult() |
Modifier and Type | Method and Description |
---|---|
ExportRDSDatabaseRecommendationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The identification number of the export job.
|
S3Destination |
getS3Destination() |
int |
hashCode() |
void |
setJobId(String jobId)
The identification number of the export job.
|
void |
setS3Destination(S3Destination s3Destination) |
String |
toString()
Returns a string representation of this object.
|
ExportRDSDatabaseRecommendationsResult |
withJobId(String jobId)
The identification number of the export job.
|
ExportRDSDatabaseRecommendationsResult |
withS3Destination(S3Destination s3Destination) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ExportRDSDatabaseRecommendationsResult()
public void setJobId(String jobId)
The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs action and specify the job ID.
jobId
- The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs action and specify the job ID.
public String getJobId()
The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs action and specify the job ID.
To view the status of an export job, use the DescribeRecommendationExportJobs action and specify the job ID.
public ExportRDSDatabaseRecommendationsResult withJobId(String jobId)
The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs action and specify the job ID.
jobId
- The identification number of the export job.
To view the status of an export job, use the DescribeRecommendationExportJobs action and specify the job ID.
public void setS3Destination(S3Destination s3Destination)
s3Destination
- public S3Destination getS3Destination()
public ExportRDSDatabaseRecommendationsResult withS3Destination(S3Destination s3Destination)
s3Destination
- public String toString()
toString
in class Object
Object.toString()
public ExportRDSDatabaseRecommendationsResult clone()