@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceUri extends Object implements Serializable, Cloneable, StructuredPojo
URIs for function resources.
| Constructor and Description |
|---|
ResourceUri() |
| Modifier and Type | Method and Description |
|---|---|
ResourceUri |
clone() |
boolean |
equals(Object obj) |
String |
getResourceType()
The type of the resource.
|
String |
getUri()
The URI for accessing the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setResourceType(String resourceType)
The type of the resource.
|
void |
setUri(String uri)
The URI for accessing the resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResourceUri |
withResourceType(ResourceType resourceType)
The type of the resource.
|
ResourceUri |
withResourceType(String resourceType)
The type of the resource.
|
ResourceUri |
withUri(String uri)
The URI for accessing the resource.
|
public void setResourceType(String resourceType)
The type of the resource.
resourceType - The type of the resource.ResourceTypepublic String getResourceType()
The type of the resource.
ResourceTypepublic ResourceUri withResourceType(String resourceType)
The type of the resource.
resourceType - The type of the resource.ResourceTypepublic ResourceUri withResourceType(ResourceType resourceType)
The type of the resource.
resourceType - The type of the resource.ResourceTypepublic void setUri(String uri)
The URI for accessing the resource.
uri - The URI for accessing the resource.public String getUri()
The URI for accessing the resource.
public ResourceUri withUri(String uri)
The URI for accessing the resource.
uri - The URI for accessing the resource.public String toString()
toString in class ObjectObject.toString()public ResourceUri clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.