@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAccessorsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAccessorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of accessors to list.
|
String |
getNetworkType()
The blockchain network that the
Accessor token is created for. |
String |
getNextToken()
The pagination token that indicates the next set of results to retrieve.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of accessors to list.
|
void |
setNetworkType(String networkType)
The blockchain network that the
Accessor token is created for. |
void |
setNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessorsRequest |
withMaxResults(Integer maxResults)
The maximum number of accessors to list.
|
ListAccessorsRequest |
withNetworkType(AccessorNetworkType networkType)
The blockchain network that the
Accessor token is created for. |
ListAccessorsRequest |
withNetworkType(String networkType)
The blockchain network that the
Accessor token is created for. |
ListAccessorsRequest |
withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
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 setMaxResults(Integer maxResults)
The maximum number of accessors to list.
maxResults
- The maximum number of accessors to list.public Integer getMaxResults()
The maximum number of accessors to list.
public ListAccessorsRequest withMaxResults(Integer maxResults)
The maximum number of accessors to list.
maxResults
- The maximum number of accessors to list.public void setNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken
- The pagination token that indicates the next set of results to retrieve.public String getNextToken()
The pagination token that indicates the next set of results to retrieve.
public ListAccessorsRequest withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken
- The pagination token that indicates the next set of results to retrieve.public void setNetworkType(String networkType)
The blockchain network that the Accessor
token is created for.
Use the value ETHEREUM_MAINNET_AND_GOERLI
for all existing Accessors
tokens that were
created before the networkType
property was introduced.
networkType
- The blockchain network that the Accessor
token is created for.
Use the value ETHEREUM_MAINNET_AND_GOERLI
for all existing Accessors
tokens that
were created before the networkType
property was introduced.
AccessorNetworkType
public String getNetworkType()
The blockchain network that the Accessor
token is created for.
Use the value ETHEREUM_MAINNET_AND_GOERLI
for all existing Accessors
tokens that were
created before the networkType
property was introduced.
Accessor
token is created for.
Use the value ETHEREUM_MAINNET_AND_GOERLI
for all existing Accessors
tokens
that were created before the networkType
property was introduced.
AccessorNetworkType
public ListAccessorsRequest withNetworkType(String networkType)
The blockchain network that the Accessor
token is created for.
Use the value ETHEREUM_MAINNET_AND_GOERLI
for all existing Accessors
tokens that were
created before the networkType
property was introduced.
networkType
- The blockchain network that the Accessor
token is created for.
Use the value ETHEREUM_MAINNET_AND_GOERLI
for all existing Accessors
tokens that
were created before the networkType
property was introduced.
AccessorNetworkType
public ListAccessorsRequest withNetworkType(AccessorNetworkType networkType)
The blockchain network that the Accessor
token is created for.
Use the value ETHEREUM_MAINNET_AND_GOERLI
for all existing Accessors
tokens that were
created before the networkType
property was introduced.
networkType
- The blockchain network that the Accessor
token is created for.
Use the value ETHEREUM_MAINNET_AND_GOERLI
for all existing Accessors
tokens that
were created before the networkType
property was introduced.
AccessorNetworkType
public String toString()
toString
in class Object
Object.toString()
public ListAccessorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()