@Generated(value="software.amazon.awssdk:codegen") public final class ExportEc2InstanceRecommendationsResponse extends ComputeOptimizerResponse implements ToCopyableBuilder<ExportEc2InstanceRecommendationsResponse.Builder,ExportEc2InstanceRecommendationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportEc2InstanceRecommendationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportEc2InstanceRecommendationsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The identification number of the export job.
|
S3Destination |
s3Destination()
An object that describes the destination Amazon S3 bucket of a recommendations export file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportEc2InstanceRecommendationsResponse.Builder> |
serializableBuilderClass() |
ExportEc2InstanceRecommendationsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
Use the DescribeRecommendationExportJobs action, and specify the job ID to view the status of an export job.
public final S3Destination s3Destination()
An object that describes the destination Amazon S3 bucket of a recommendations export file.
public ExportEc2InstanceRecommendationsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportEc2InstanceRecommendationsResponse.Builder,ExportEc2InstanceRecommendationsResponse>toBuilder in class AwsResponsepublic static ExportEc2InstanceRecommendationsResponse.Builder builder()
public static Class<? extends ExportEc2InstanceRecommendationsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.