@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public ListResourcesResult clone()
Copyright © 2020. All rights reserved.