@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Resource extends Object implements Serializable, Cloneable, StructuredPojo
Represents an API resource.
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
addResourceMethodsEntry(String key,
Method value)
Add a single ResourceMethods entry
|
Resource |
clearResourceMethodsEntries()
Removes all the entries added into ResourceMethods.
|
Resource |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The resource's identifier.
|
String |
getParentId()
The parent resource's identifier.
|
String |
getPath()
The full path for this resource.
|
String |
getPathPart()
The last path segment for this resource.
|
Map<String,Method> |
getResourceMethods()
Gets an API resource's method of a given HTTP verb.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setId(String id)
The resource's identifier.
|
void |
setParentId(String parentId)
The parent resource's identifier.
|
void |
setPath(String path)
The full path for this resource.
|
void |
setPathPart(String pathPart)
The last path segment for this resource.
|
void |
setResourceMethods(Map<String,Method> resourceMethods)
Gets an API resource's method of a given HTTP verb.
|
String |
toString()
Returns a string representation of this object.
|
Resource |
withId(String id)
The resource's identifier.
|
Resource |
withParentId(String parentId)
The parent resource's identifier.
|
Resource |
withPath(String path)
The full path for this resource.
|
Resource |
withPathPart(String pathPart)
The last path segment for this resource.
|
Resource |
withResourceMethods(Map<String,Method> resourceMethods)
Gets an API resource's method of a given HTTP verb.
|
public void setId(String id)
The resource's identifier.
id - The resource's identifier.public String getId()
The resource's identifier.
public Resource withId(String id)
The resource's identifier.
id - The resource's identifier.public void setParentId(String parentId)
The parent resource's identifier.
parentId - The parent resource's identifier.public String getParentId()
The parent resource's identifier.
public Resource withParentId(String parentId)
The parent resource's identifier.
parentId - The parent resource's identifier.public void setPathPart(String pathPart)
The last path segment for this resource.
pathPart - The last path segment for this resource.public String getPathPart()
The last path segment for this resource.
public Resource withPathPart(String pathPart)
The last path segment for this resource.
pathPart - The last path segment for this resource.public void setPath(String path)
The full path for this resource.
path - The full path for this resource.public String getPath()
The full path for this resource.
public Resource withPath(String path)
The full path for this resource.
path - The full path for this resource.public Map<String,Method> getResourceMethods()
Gets an API resource's method of a given HTTP verb.
public void setResourceMethods(Map<String,Method> resourceMethods)
Gets an API resource's method of a given HTTP verb.
resourceMethods - Gets an API resource's method of a given HTTP verb.public Resource withResourceMethods(Map<String,Method> resourceMethods)
Gets an API resource's method of a given HTTP verb.
resourceMethods - Gets an API resource's method of a given HTTP verb.public Resource addResourceMethodsEntry(String key, Method value)
public Resource clearResourceMethodsEntries()
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.