@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEdgeAgentConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEdgeAgentConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEdgeAgentConfigurationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getHubDeviceArn()
The "Internet of Things (IoT) Thing" Arn of the edge agent.
|
Integer |
getMaxResults()
The maximum number of edge configurations to return in the response.
|
String |
getNextToken()
If you specify this parameter, when the result of a
ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. |
int |
hashCode() |
void |
setHubDeviceArn(String hubDeviceArn)
The "Internet of Things (IoT) Thing" Arn of the edge agent.
|
void |
setMaxResults(Integer maxResults)
The maximum number of edge configurations to return in the response.
|
void |
setNextToken(String nextToken)
If you specify this parameter, when the result of a
ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. |
String |
toString()
Returns a string representation of this object.
|
ListEdgeAgentConfigurationsRequest |
withHubDeviceArn(String hubDeviceArn)
The "Internet of Things (IoT) Thing" Arn of the edge agent.
|
ListEdgeAgentConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of edge configurations to return in the response.
|
ListEdgeAgentConfigurationsRequest |
withNextToken(String nextToken)
If you specify this parameter, when the result of a
ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. |
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 setHubDeviceArn(String hubDeviceArn)
The "Internet of Things (IoT) Thing" Arn of the edge agent.
hubDeviceArn - The "Internet of Things (IoT) Thing" Arn of the edge agent.public String getHubDeviceArn()
The "Internet of Things (IoT) Thing" Arn of the edge agent.
public ListEdgeAgentConfigurationsRequest withHubDeviceArn(String hubDeviceArn)
The "Internet of Things (IoT) Thing" Arn of the edge agent.
hubDeviceArn - The "Internet of Things (IoT) Thing" Arn of the edge agent.public void setMaxResults(Integer maxResults)
The maximum number of edge configurations to return in the response. The default is 5.
maxResults - The maximum number of edge configurations to return in the response. The default is 5.public Integer getMaxResults()
The maximum number of edge configurations to return in the response. The default is 5.
public ListEdgeAgentConfigurationsRequest withMaxResults(Integer maxResults)
The maximum number of edge configurations to return in the response. The default is 5.
maxResults - The maximum number of edge configurations to return in the response. The default is 5.public void setNextToken(String nextToken)
If you specify this parameter, when the result of a ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. To get another batch of edge
configurations, provide this token in your next request.
nextToken - If you specify this parameter, when the result of a ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. To get another batch of edge
configurations, provide this token in your next request.public String getNextToken()
If you specify this parameter, when the result of a ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. To get another batch of edge
configurations, provide this token in your next request.
ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. To get another batch of edge
configurations, provide this token in your next request.public ListEdgeAgentConfigurationsRequest withNextToken(String nextToken)
If you specify this parameter, when the result of a ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. To get another batch of edge
configurations, provide this token in your next request.
nextToken - If you specify this parameter, when the result of a ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. To get another batch of edge
configurations, provide this token in your next request.public String toString()
toString in class ObjectObject.toString()public ListEdgeAgentConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.