@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrievedReference extends Object implements Serializable, Cloneable, StructuredPojo
Retrieved reference
Constructor and Description |
---|
RetrievedReference() |
Modifier and Type | Method and Description |
---|---|
RetrievedReference |
clone() |
boolean |
equals(Object obj) |
RetrievalResultContent |
getContent() |
RetrievalResultLocation |
getLocation() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContent(RetrievalResultContent content) |
void |
setLocation(RetrievalResultLocation location) |
String |
toString()
Returns a string representation of this object.
|
RetrievedReference |
withContent(RetrievalResultContent content) |
RetrievedReference |
withLocation(RetrievalResultLocation location) |
public void setContent(RetrievalResultContent content)
content
- public RetrievalResultContent getContent()
public RetrievedReference withContent(RetrievalResultContent content)
content
- public void setLocation(RetrievalResultLocation location)
location
- public RetrievalResultLocation getLocation()
public RetrievedReference withLocation(RetrievalResultLocation location)
location
- public String toString()
toString
in class Object
Object.toString()
public RetrievedReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.