@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTunnelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTunnelsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTunnelsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return at once.
|
String |
getNextToken()
A token to retrieve the next set of results.
|
String |
getThingName()
The name of the IoT thing associated with the destination device.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at once.
|
void |
setNextToken(String nextToken)
A token to retrieve the next set of results.
|
void |
setThingName(String thingName)
The name of the IoT thing associated with the destination device.
|
String |
toString()
Returns a string representation of this object.
|
ListTunnelsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at once.
|
ListTunnelsRequest |
withNextToken(String nextToken)
A token to retrieve the next set of results.
|
ListTunnelsRequest |
withThingName(String thingName)
The name of the IoT thing associated with the destination device.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setThingName(String thingName)
The name of the IoT thing associated with the destination device.
thingName - The name of the IoT thing associated with the destination device.public String getThingName()
The name of the IoT thing associated with the destination device.
public ListTunnelsRequest withThingName(String thingName)
The name of the IoT thing associated with the destination device.
thingName - The name of the IoT thing associated with the destination device.public void setMaxResults(Integer maxResults)
The maximum number of results to return at once.
maxResults - The maximum number of results to return at once.public Integer getMaxResults()
The maximum number of results to return at once.
public ListTunnelsRequest withMaxResults(Integer maxResults)
The maximum number of results to return at once.
maxResults - The maximum number of results to return at once.public void setNextToken(String nextToken)
A token to retrieve the next set of results.
nextToken - A token to retrieve the next set of results.public String getNextToken()
A token to retrieve the next set of results.
public ListTunnelsRequest withNextToken(String nextToken)
A token to retrieve the next set of results.
nextToken - A token to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public ListTunnelsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.