@Generated(value="software.amazon.awssdk:codegen") public final class GeneratedCodeJobDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeneratedCodeJobDetails.Builder,GeneratedCodeJobDetails>
Details about a generated code job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeneratedCodeJobDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GeneratedCodeJobDetails.Builder |
builder() |
String |
description()
The description of the generated code job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expirationTime()
The expiration date and time for the download URL.
|
String |
generatedCodeJobId()
The identifier for the generated code job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Url()
A presigned URL that can be used to download the generated code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GeneratedCodeJobDetails.Builder> |
serializableBuilderClass() |
GeneratedCodeJobState |
status()
The status of the generated code job
|
String |
statusAsString()
The status of the generated code job
|
GeneratedCodeJobDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description of the generated code job.
public final Instant expirationTime()
The expiration date and time for the download URL.
The download URL us guaranteed to be available until at least this time.
The download URL us guaranteed to be available until at least this time.
public final String generatedCodeJobId()
The identifier for the generated code job.
public final String s3Url()
A presigned URL that can be used to download the generated code.
public final GeneratedCodeJobState status()
The status of the generated code job
If the service returns an enum value that is not available in the current SDK version, status will
return GeneratedCodeJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
GeneratedCodeJobStatepublic final String statusAsString()
The status of the generated code job
If the service returns an enum value that is not available in the current SDK version, status will
return GeneratedCodeJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
GeneratedCodeJobStatepublic GeneratedCodeJobDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeneratedCodeJobDetails.Builder,GeneratedCodeJobDetails>public static GeneratedCodeJobDetails.Builder builder()
public static Class<? extends GeneratedCodeJobDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.