@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrievalResultConfluenceLocation extends Object implements Serializable, Cloneable, StructuredPojo
The Confluence data source location.
Constructor and Description |
---|
RetrievalResultConfluenceLocation() |
Modifier and Type | Method and Description |
---|---|
RetrievalResultConfluenceLocation |
clone() |
boolean |
equals(Object obj) |
String |
getUrl()
The Confluence host URL for the data source location.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUrl(String url)
The Confluence host URL for the data source location.
|
String |
toString()
Returns a string representation of this object.
|
RetrievalResultConfluenceLocation |
withUrl(String url)
The Confluence host URL for the data source location.
|
public void setUrl(String url)
The Confluence host URL for the data source location.
url
- The Confluence host URL for the data source location.public String getUrl()
The Confluence host URL for the data source location.
public RetrievalResultConfluenceLocation withUrl(String url)
The Confluence host URL for the data source location.
url
- The Confluence host URL for the data source location.public String toString()
toString
in class Object
Object.toString()
public RetrievalResultConfluenceLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.