@Generated(value="software.amazon.awssdk:codegen") public final class ExportLambdaFunctionRecommendationsResponse extends ComputeOptimizerResponse implements ToCopyableBuilder<ExportLambdaFunctionRecommendationsResponse.Builder,ExportLambdaFunctionRecommendationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportLambdaFunctionRecommendationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportLambdaFunctionRecommendationsResponse.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 ExportLambdaFunctionRecommendationsResponse.Builder> |
serializableBuilderClass() |
ExportLambdaFunctionRecommendationsResponse.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()
public ExportLambdaFunctionRecommendationsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportLambdaFunctionRecommendationsResponse.Builder,ExportLambdaFunctionRecommendationsResponse>toBuilder in class AwsResponsepublic static ExportLambdaFunctionRecommendationsResponse.Builder builder()
public static Class<? extends ExportLambdaFunctionRecommendationsResponse.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.