@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListClientDevicesAssociatedWithCoreDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListClientDevicesAssociatedWithCoreDeviceRequest() |
Modifier and Type | Method and Description |
---|---|
ListClientDevicesAssociatedWithCoreDeviceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
ListClientDevicesAssociatedWithCoreDeviceRequest |
withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
ListClientDevicesAssociatedWithCoreDeviceRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListClientDevicesAssociatedWithCoreDeviceRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
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 ListClientDevicesAssociatedWithCoreDeviceRequest()
public void setCoreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName
- The name of the core device. This is also the name of the IoT thing.public String getCoreDeviceThingName()
The name of the core device. This is also the name of the IoT thing.
public ListClientDevicesAssociatedWithCoreDeviceRequest withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName
- The name of the core device. This is also the name of the 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 ListClientDevicesAssociatedWithCoreDeviceRequest 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 ListClientDevicesAssociatedWithCoreDeviceRequest 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 Object
Object.toString()
public ListClientDevicesAssociatedWithCoreDeviceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()