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