@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConnectorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListConnectorsRequest() |
Modifier and Type | Method and Description |
---|---|
ListConnectorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectorNamePrefix()
The name prefix that you want to use to search for and list connectors.
|
Integer |
getMaxResults()
The maximum number of connectors to list in one response.
|
String |
getNextToken()
If the response of a ListConnectors operation is truncated, it will include a NextToken.
|
int |
hashCode() |
void |
setConnectorNamePrefix(String connectorNamePrefix)
The name prefix that you want to use to search for and list connectors.
|
void |
setMaxResults(Integer maxResults)
The maximum number of connectors to list in one response.
|
void |
setNextToken(String nextToken)
If the response of a ListConnectors operation is truncated, it will include a NextToken.
|
String |
toString()
Returns a string representation of this object.
|
ListConnectorsRequest |
withConnectorNamePrefix(String connectorNamePrefix)
The name prefix that you want to use to search for and list connectors.
|
ListConnectorsRequest |
withMaxResults(Integer maxResults)
The maximum number of connectors to list in one response.
|
ListConnectorsRequest |
withNextToken(String nextToken)
If the response of a ListConnectors operation is truncated, it will include a NextToken.
|
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 setConnectorNamePrefix(String connectorNamePrefix)
The name prefix that you want to use to search for and list connectors.
connectorNamePrefix
- The name prefix that you want to use to search for and list connectors.public String getConnectorNamePrefix()
The name prefix that you want to use to search for and list connectors.
public ListConnectorsRequest withConnectorNamePrefix(String connectorNamePrefix)
The name prefix that you want to use to search for and list connectors.
connectorNamePrefix
- The name prefix that you want to use to search for and list connectors.public void setMaxResults(Integer maxResults)
The maximum number of connectors to list in one response.
maxResults
- The maximum number of connectors to list in one response.public Integer getMaxResults()
The maximum number of connectors to list in one response.
public ListConnectorsRequest withMaxResults(Integer maxResults)
The maximum number of connectors to list in one response.
maxResults
- The maximum number of connectors to list in one response.public void setNextToken(String nextToken)
If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
nextToken
- If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this
NextToken in a subsequent request to continue listing from where the previous operation left off.public String getNextToken()
If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
public ListConnectorsRequest withNextToken(String nextToken)
If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
nextToken
- If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this
NextToken in a subsequent request to continue listing from where the previous operation left off.public String toString()
toString
in class Object
Object.toString()
public ListConnectorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()