@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConnectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListConnectionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListConnectionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHostArnFilter()
Filters the list of connections to those associated with a specified host.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token that was returned from the previous
ListConnections call, which can be used to return the
next set of connections in the list. |
String |
getProviderTypeFilter()
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
int |
hashCode() |
void |
setHostArnFilter(String hostArnFilter)
Filters the list of connections to those associated with a specified host.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token that was returned from the previous
ListConnections call, which can be used to return the
next set of connections in the list. |
void |
setProviderTypeFilter(String providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
String |
toString()
Returns a string representation of this object.
|
ListConnectionsRequest |
withHostArnFilter(String hostArnFilter)
Filters the list of connections to those associated with a specified host.
|
ListConnectionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListConnectionsRequest |
withNextToken(String nextToken)
The token that was returned from the previous
ListConnections call, which can be used to return the
next set of connections in the list. |
ListConnectionsRequest |
withProviderTypeFilter(ProviderType providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
ListConnectionsRequest |
withProviderTypeFilter(String providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
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 setProviderTypeFilter(String providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
providerTypeFilter
- Filters the list of connections to those associated with a specified provider, such as Bitbucket.ProviderType
public String getProviderTypeFilter()
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
ProviderType
public ListConnectionsRequest withProviderTypeFilter(String providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
providerTypeFilter
- Filters the list of connections to those associated with a specified provider, such as Bitbucket.ProviderType
public ListConnectionsRequest withProviderTypeFilter(ProviderType providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
providerTypeFilter
- Filters the list of connections to those associated with a specified provider, such as Bitbucket.ProviderType
public void setHostArnFilter(String hostArnFilter)
Filters the list of connections to those associated with a specified host.
hostArnFilter
- Filters the list of connections to those associated with a specified host.public String getHostArnFilter()
Filters the list of connections to those associated with a specified host.
public ListConnectionsRequest withHostArnFilter(String hostArnFilter)
Filters the list of connections to those associated with a specified host.
hostArnFilter
- Filters the list of connections to those associated with a specified host.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.public Integer getMaxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
nextToken
value.public ListConnectionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.public void setNextToken(String nextToken)
The token that was returned from the previous ListConnections
call, which can be used to return the
next set of connections in the list.
nextToken
- The token that was returned from the previous ListConnections
call, which can be used to
return the next set of connections in the list.public String getNextToken()
The token that was returned from the previous ListConnections
call, which can be used to return the
next set of connections in the list.
ListConnections
call, which can be used to
return the next set of connections in the list.public ListConnectionsRequest withNextToken(String nextToken)
The token that was returned from the previous ListConnections
call, which can be used to return the
next set of connections in the list.
nextToken
- The token that was returned from the previous ListConnections
call, which can be used to
return the next set of connections in the list.public String toString()
toString
in class Object
Object.toString()
public ListConnectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()