@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)
Marshalls this structured data using the given
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
- RetrievalResultLocationType
public String getType()
RetrievalResultLocationType
public RetrievalResultLocation withType(String type)
type
- RetrievalResultLocationType
public RetrievalResultLocation withType(RetrievalResultLocationType type)
type
- RetrievalResultLocationType
public void setS3Location(RetrievalResultS3Location s3Location)
s3Location
- public RetrievalResultS3Location getS3Location()
public RetrievalResultLocation withS3Location(RetrievalResultS3Location s3Location)
s3Location
- public String toString()
toString
in class Object
Object.toString()
public RetrievalResultLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.