@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportEBSVolumeRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportEBSVolumeRecommendationsResult() |
Modifier and Type | Method and Description |
---|---|
ExportEBSVolumeRecommendationsResult |
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.
|
ExportEBSVolumeRecommendationsResult |
withJobId(String jobId)
The identification number of the export job.
|
ExportEBSVolumeRecommendationsResult |
withS3Destination(S3Destination s3Destination) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ExportEBSVolumeRecommendationsResult()
public void setJobId(String jobId)
The identification number of the export job.
Use the DescribeRecommendationExportJobs action, and specify the job ID to view the status of an export job.
jobId
- The identification number of the export job.
Use the DescribeRecommendationExportJobs action, and specify the job ID to view the status of an export job.
public String getJobId()
The identification number of the 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 to view the status of an export job.
public ExportEBSVolumeRecommendationsResult withJobId(String jobId)
The identification number of the export job.
Use the DescribeRecommendationExportJobs action, and specify the job ID to view the status of an export job.
jobId
- The identification number of the export job.
Use the DescribeRecommendationExportJobs action, and specify the job ID to view the status of an export job.
public void setS3Destination(S3Destination s3Destination)
s3Destination
- public S3Destination getS3Destination()
public ExportEBSVolumeRecommendationsResult withS3Destination(S3Destination s3Destination)
s3Destination
- public String toString()
toString
in class Object
Object.toString()
public ExportEBSVolumeRecommendationsResult clone()