@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListResourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A continuation token, if this is not the first call to retrieve these resources.
|
List<ResourceInfo> |
getResourceInfoList()
A summary of the data lake resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve these resources.
|
void |
setResourceInfoList(Collection<ResourceInfo> resourceInfoList)
A summary of the data lake resources.
|
String |
toString()
Returns a string representation of this object.
|
ListResourcesResult |
withNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve these resources.
|
ListResourcesResult |
withResourceInfoList(Collection<ResourceInfo> resourceInfoList)
A summary of the data lake resources.
|
ListResourcesResult |
withResourceInfoList(ResourceInfo... resourceInfoList)
A summary of the data lake resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ResourceInfo> getResourceInfoList()
A summary of the data lake resources.
public void setResourceInfoList(Collection<ResourceInfo> resourceInfoList)
A summary of the data lake resources.
resourceInfoList - A summary of the data lake resources.public ListResourcesResult withResourceInfoList(ResourceInfo... resourceInfoList)
A summary of the data lake resources.
NOTE: This method appends the values to the existing list (if any). Use
setResourceInfoList(java.util.Collection) or withResourceInfoList(java.util.Collection) if you
want to override the existing values.
resourceInfoList - A summary of the data lake resources.public ListResourcesResult withResourceInfoList(Collection<ResourceInfo> resourceInfoList)
A summary of the data lake resources.
resourceInfoList - A summary of the data lake resources.public void setNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve these resources.
nextToken - A continuation token, if this is not the first call to retrieve these resources.public String getNextToken()
A continuation token, if this is not the first call to retrieve these resources.
public ListResourcesResult withNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve these resources.
nextToken - A continuation token, if this is not the first call to retrieve these resources.public String toString()
toString in class ObjectObject.toString()public ListResourcesResult clone()