@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEffectiveDeploymentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEffectiveDeploymentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEffectiveDeploymentsRequest |
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.
|
ListEffectiveDeploymentsRequest |
withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
ListEffectiveDeploymentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListEffectiveDeploymentsRequest |
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 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 ListEffectiveDeploymentsRequest 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 ListEffectiveDeploymentsRequest 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 ListEffectiveDeploymentsRequest 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 ListEffectiveDeploymentsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.