@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrievalResultS3Location extends Object implements Serializable, Cloneable, StructuredPojo
Contains the S3 location of the data source.
This data type is used in the following API operations:
Retrieve response – in the s3Location field
RetrieveAndGenerate response – in the s3Location field
InvokeAgent response – in the s3Location field
| Constructor and Description |
|---|
RetrievalResultS3Location() |
| Modifier and Type | Method and Description |
|---|---|
RetrievalResultS3Location |
clone() |
boolean |
equals(Object obj) |
String |
getUri()
The S3 URI of the data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setUri(String uri)
The S3 URI of the data source.
|
String |
toString()
Returns a string representation of this object.
|
RetrievalResultS3Location |
withUri(String uri)
The S3 URI of the data source.
|
public void setUri(String uri)
The S3 URI of the data source.
uri - The S3 URI of the data source.public String getUri()
The S3 URI of the data source.
public RetrievalResultS3Location withUri(String uri)
The S3 URI of the data source.
uri - The S3 URI of the data source.public String toString()
toString in class ObjectObject.toString()public RetrievalResultS3Location clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.