@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInstalledComponentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListInstalledComponentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListInstalledComponentsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCoreDeviceThingName()
The name of the core device.
|
Integer |
getMaxResults()
The maximum number of results to be returned per paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
int |
hashCode() |
void |
setCoreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
String |
toString()
Returns a string representation of this object.
|
ListInstalledComponentsRequest |
withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
ListInstalledComponentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListInstalledComponentsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
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 setCoreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the AWS IoT thing.
coreDeviceThingName - The name of the core device. This is also the name of the AWS IoT thing.public String getCoreDeviceThingName()
The name of the core device. This is also the name of the AWS IoT thing.
public ListInstalledComponentsRequest withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the AWS IoT thing.
coreDeviceThingName - The name of the core device. This is also the name of the AWS IoT thing.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.public Integer getMaxResults()
The maximum number of results to be returned per paginated request.
public ListInstalledComponentsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.public void setNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public String getNextToken()
The token to be used for the next set of paginated results.
public ListInstalledComponentsRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public String toString()
toString in class ObjectObject.toString()public ListInstalledComponentsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.