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