@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportAutoScalingGroupRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportAutoScalingGroupRecommendationsResult() |
Modifier and Type | Method and Description |
---|---|
ExportAutoScalingGroupRecommendationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The identification number of the export job.
|
S3Destination |
getS3Destination()
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
int |
hashCode() |
void |
setJobId(String jobId)
The identification number of the export job.
|
void |
setS3Destination(S3Destination s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
String |
toString()
Returns a string representation of this object.
|
ExportAutoScalingGroupRecommendationsResult |
withJobId(String jobId)
The identification number of the export job.
|
ExportAutoScalingGroupRecommendationsResult |
withS3Destination(S3Destination s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ExportAutoScalingGroupRecommendationsResult()
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 ExportAutoScalingGroupRecommendationsResult 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)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
s3Destination
- An object that describes the destination Amazon S3 bucket of a recommendations export file.public S3Destination getS3Destination()
An object that describes the destination Amazon S3 bucket of a recommendations export file.
public ExportAutoScalingGroupRecommendationsResult withS3Destination(S3Destination s3Destination)
An object that describes the destination Amazon S3 bucket of a recommendations export file.
s3Destination
- An object that describes the destination Amazon S3 bucket of a recommendations export file.public String toString()
toString
in class Object
Object.toString()
public ExportAutoScalingGroupRecommendationsResult clone()