@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrievalResultLocation extends Object implements Serializable, Cloneable, StructuredPojo
The source location of a retrieval result.
| Constructor and Description |
|---|
RetrievalResultLocation() |
| Modifier and Type | Method and Description |
|---|---|
RetrievalResultLocation |
clone() |
boolean |
equals(Object obj) |
RetrievalResultS3Location |
getS3Location() |
String |
getType() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Location(RetrievalResultS3Location s3Location) |
void |
setType(String type) |
String |
toString()
Returns a string representation of this object.
|
RetrievalResultLocation |
withS3Location(RetrievalResultS3Location s3Location) |
RetrievalResultLocation |
withType(RetrievalResultLocationType type) |
RetrievalResultLocation |
withType(String type) |
public void setType(String type)
type - RetrievalResultLocationTypepublic String getType()
RetrievalResultLocationTypepublic RetrievalResultLocation withType(String type)
type - RetrievalResultLocationTypepublic RetrievalResultLocation withType(RetrievalResultLocationType type)
type - RetrievalResultLocationTypepublic void setS3Location(RetrievalResultS3Location s3Location)
s3Location - public RetrievalResultS3Location getS3Location()
public RetrievalResultLocation withS3Location(RetrievalResultS3Location s3Location)
s3Location - public String toString()
toString in class ObjectObject.toString()public RetrievalResultLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.