@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNodesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListNodesRequest() |
Modifier and Type | Method and Description |
---|---|
ListNodesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCategory()
Search for nodes by category.
|
Integer |
getMaxResults()
The maximum number of nodes to return in one page of results.
|
String |
getNextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
|
String |
getOwnerAccount()
Search for nodes by the account ID of the nodes' owner.
|
String |
getPackageName()
Search for nodes by name.
|
String |
getPackageVersion()
Search for nodes by version.
|
String |
getPatchVersion()
Search for nodes by patch version.
|
int |
hashCode() |
void |
setCategory(String category)
Search for nodes by category.
|
void |
setMaxResults(Integer maxResults)
The maximum number of nodes to return in one page of results.
|
void |
setNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
void |
setOwnerAccount(String ownerAccount)
Search for nodes by the account ID of the nodes' owner.
|
void |
setPackageName(String packageName)
Search for nodes by name.
|
void |
setPackageVersion(String packageVersion)
Search for nodes by version.
|
void |
setPatchVersion(String patchVersion)
Search for nodes by patch version.
|
String |
toString()
Returns a string representation of this object.
|
ListNodesRequest |
withCategory(NodeCategory category)
Search for nodes by category.
|
ListNodesRequest |
withCategory(String category)
Search for nodes by category.
|
ListNodesRequest |
withMaxResults(Integer maxResults)
The maximum number of nodes to return in one page of results.
|
ListNodesRequest |
withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListNodesRequest |
withOwnerAccount(String ownerAccount)
Search for nodes by the account ID of the nodes' owner.
|
ListNodesRequest |
withPackageName(String packageName)
Search for nodes by name.
|
ListNodesRequest |
withPackageVersion(String packageVersion)
Search for nodes by version.
|
ListNodesRequest |
withPatchVersion(String patchVersion)
Search for nodes by patch version.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCategory(String category)
Search for nodes by category.
category
- Search for nodes by category.NodeCategory
public String getCategory()
Search for nodes by category.
NodeCategory
public ListNodesRequest withCategory(String category)
Search for nodes by category.
category
- Search for nodes by category.NodeCategory
public ListNodesRequest withCategory(NodeCategory category)
Search for nodes by category.
category
- Search for nodes by category.NodeCategory
public void setMaxResults(Integer maxResults)
The maximum number of nodes to return in one page of results.
maxResults
- The maximum number of nodes to return in one page of results.public Integer getMaxResults()
The maximum number of nodes to return in one page of results.
public ListNodesRequest withMaxResults(Integer maxResults)
The maximum number of nodes to return in one page of results.
maxResults
- The maximum number of nodes to return in one page of results.public void setNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken
- Specify the pagination token from a previous request to retrieve the next page of results.public String getNextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
public ListNodesRequest withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken
- Specify the pagination token from a previous request to retrieve the next page of results.public void setOwnerAccount(String ownerAccount)
Search for nodes by the account ID of the nodes' owner.
ownerAccount
- Search for nodes by the account ID of the nodes' owner.public String getOwnerAccount()
Search for nodes by the account ID of the nodes' owner.
public ListNodesRequest withOwnerAccount(String ownerAccount)
Search for nodes by the account ID of the nodes' owner.
ownerAccount
- Search for nodes by the account ID of the nodes' owner.public void setPackageName(String packageName)
Search for nodes by name.
packageName
- Search for nodes by name.public String getPackageName()
Search for nodes by name.
public ListNodesRequest withPackageName(String packageName)
Search for nodes by name.
packageName
- Search for nodes by name.public void setPackageVersion(String packageVersion)
Search for nodes by version.
packageVersion
- Search for nodes by version.public String getPackageVersion()
Search for nodes by version.
public ListNodesRequest withPackageVersion(String packageVersion)
Search for nodes by version.
packageVersion
- Search for nodes by version.public void setPatchVersion(String patchVersion)
Search for nodes by patch version.
patchVersion
- Search for nodes by patch version.public String getPatchVersion()
Search for nodes by patch version.
public ListNodesRequest withPatchVersion(String patchVersion)
Search for nodes by patch version.
patchVersion
- Search for nodes by patch version.public String toString()
toString
in class Object
Object.toString()
public ListNodesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()