@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProjectsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListProjectsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
List<Project> |
getProjects()
A list of projects that are defined in the current AWS account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
void |
setProjects(Collection<Project> projects)
A list of projects that are defined in the current AWS account.
|
String |
toString()
Returns a string representation of this object.
|
ListProjectsResult |
withNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
ListProjectsResult |
withProjects(Collection<Project> projects)
A list of projects that are defined in the current AWS account.
|
ListProjectsResult |
withProjects(Project... projects)
A list of projects that are defined in the current AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Project> getProjects()
A list of projects that are defined in the current AWS account.
public void setProjects(Collection<Project> projects)
A list of projects that are defined in the current AWS account.
projects - A list of projects that are defined in the current AWS account.public ListProjectsResult withProjects(Project... projects)
A list of projects that are defined in the current AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setProjects(java.util.Collection) or withProjects(java.util.Collection) if you want to override
the existing values.
projects - A list of projects that are defined in the current AWS account.public ListProjectsResult withProjects(Collection<Project> projects)
A list of projects that are defined in the current AWS account.
projects - A list of projects that are defined in the current AWS account.public void setNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
nextToken - A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the NextToken value from the response object of the
previous page call.public String getNextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
public ListProjectsResult withNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
nextToken - A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the NextToken value from the response object of the
previous page call.public String toString()
toString in class ObjectObject.toString()public ListProjectsResult clone()