@Generated(value="software.amazon.awssdk:codegen") public final class ExportEcsServiceRecommendationsResponse extends ComputeOptimizerResponse implements ToCopyableBuilder<ExportEcsServiceRecommendationsResponse.Builder,ExportEcsServiceRecommendationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportEcsServiceRecommendationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportEcsServiceRecommendationsResponse.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()
Returns the value of the S3Destination property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportEcsServiceRecommendationsResponse.Builder> |
serializableBuilderClass() |
ExportEcsServiceRecommendationsResponse.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.
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 final S3Destination s3Destination()
public ExportEcsServiceRecommendationsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportEcsServiceRecommendationsResponse.Builder,ExportEcsServiceRecommendationsResponse>toBuilder in class AwsResponsepublic static ExportEcsServiceRecommendationsResponse.Builder builder()
public static Class<? extends ExportEcsServiceRecommendationsResponse.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.