@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeneratedCodeJobDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about a generated code job.
| Constructor and Description |
|---|
GeneratedCodeJobDetails() |
| Modifier and Type | Method and Description |
|---|---|
GeneratedCodeJobDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the generated code job.
|
Date |
getExpirationTime()
The expiration date and time for the download URL.
|
String |
getGeneratedCodeJobId()
The identifier for the generated code job.
|
String |
getS3Url()
A presigned URL that can be used to download the generated code.
|
String |
getStatus()
The status of the generated code job
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
The description of the generated code job.
|
void |
setExpirationTime(Date expirationTime)
The expiration date and time for the download URL.
|
void |
setGeneratedCodeJobId(String generatedCodeJobId)
The identifier for the generated code job.
|
void |
setS3Url(String s3Url)
A presigned URL that can be used to download the generated code.
|
void |
setStatus(String status)
The status of the generated code job
|
String |
toString()
Returns a string representation of this object.
|
GeneratedCodeJobDetails |
withDescription(String description)
The description of the generated code job.
|
GeneratedCodeJobDetails |
withExpirationTime(Date expirationTime)
The expiration date and time for the download URL.
|
GeneratedCodeJobDetails |
withGeneratedCodeJobId(String generatedCodeJobId)
The identifier for the generated code job.
|
GeneratedCodeJobDetails |
withS3Url(String s3Url)
A presigned URL that can be used to download the generated code.
|
GeneratedCodeJobDetails |
withStatus(GeneratedCodeJobState status)
The status of the generated code job
|
GeneratedCodeJobDetails |
withStatus(String status)
The status of the generated code job
|
public void setDescription(String description)
The description of the generated code job.
description - The description of the generated code job.public String getDescription()
The description of the generated code job.
public GeneratedCodeJobDetails withDescription(String description)
The description of the generated code job.
description - The description of the generated code job.public void setExpirationTime(Date expirationTime)
The expiration date and time for the download URL.
The download URL us guaranteed to be available until at least this time.
expirationTime - The expiration date and time for the download URL.
The download URL us guaranteed to be available until at least this time.
public Date getExpirationTime()
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 GeneratedCodeJobDetails withExpirationTime(Date expirationTime)
The expiration date and time for the download URL.
The download URL us guaranteed to be available until at least this time.
expirationTime - The expiration date and time for the download URL.
The download URL us guaranteed to be available until at least this time.
public void setGeneratedCodeJobId(String generatedCodeJobId)
The identifier for the generated code job.
generatedCodeJobId - The identifier for the generated code job.public String getGeneratedCodeJobId()
The identifier for the generated code job.
public GeneratedCodeJobDetails withGeneratedCodeJobId(String generatedCodeJobId)
The identifier for the generated code job.
generatedCodeJobId - The identifier for the generated code job.public void setS3Url(String s3Url)
A presigned URL that can be used to download the generated code.
s3Url - A presigned URL that can be used to download the generated code.public String getS3Url()
A presigned URL that can be used to download the generated code.
public GeneratedCodeJobDetails withS3Url(String s3Url)
A presigned URL that can be used to download the generated code.
s3Url - A presigned URL that can be used to download the generated code.public void setStatus(String status)
The status of the generated code job
status - The status of the generated code jobGeneratedCodeJobStatepublic String getStatus()
The status of the generated code job
GeneratedCodeJobStatepublic GeneratedCodeJobDetails withStatus(String status)
The status of the generated code job
status - The status of the generated code jobGeneratedCodeJobStatepublic GeneratedCodeJobDetails withStatus(GeneratedCodeJobState status)
The status of the generated code job
status - The status of the generated code jobGeneratedCodeJobStatepublic String toString()
toString in class ObjectObject.toString()public GeneratedCodeJobDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.