@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPromptFileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPromptFileResult() |
Modifier and Type | Method and Description |
---|---|
GetPromptFileResult |
clone() |
boolean |
equals(Object obj) |
String |
getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
|
Date |
getLastModifiedTime()
The timestamp when this resource was last modified.
|
String |
getPromptPresignedUrl()
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
|
int |
hashCode() |
void |
setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
void |
setPromptPresignedUrl(String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
|
String |
toString()
Returns a string representation of this object.
|
GetPromptFileResult |
withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
GetPromptFileResult |
withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
GetPromptFileResult |
withPromptPresignedUrl(String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPromptPresignedUrl(String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
promptPresignedUrl
- A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in
S3.public String getPromptPresignedUrl()
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
public GetPromptFileResult withPromptPresignedUrl(String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
promptPresignedUrl
- A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in
S3.public void setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public Date getLastModifiedTime()
The timestamp when this resource was last modified.
public GetPromptFileResult withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public void setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
public GetPromptFileResult withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String toString()
toString
in class Object
Object.toString()
public GetPromptFileResult clone()