@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeviceDefinitionVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDeviceDefinitionVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDeviceDefinitionVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeviceDefinitionId()
The ID of the device definition.
|
String |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNextToken()
The token for the next set of results, or ''null'' if there are no additional results.
|
int |
hashCode() |
void |
setDeviceDefinitionId(String deviceDefinitionId)
The ID of the device definition.
|
void |
setMaxResults(String maxResults)
The maximum number of results to be returned per request.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListDeviceDefinitionVersionsRequest |
withDeviceDefinitionId(String deviceDefinitionId)
The ID of the device definition.
|
ListDeviceDefinitionVersionsRequest |
withMaxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListDeviceDefinitionVersionsRequest |
withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional 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 void setDeviceDefinitionId(String deviceDefinitionId)
deviceDefinitionId
- The ID of the device definition.public String getDeviceDefinitionId()
public ListDeviceDefinitionVersionsRequest withDeviceDefinitionId(String deviceDefinitionId)
deviceDefinitionId
- The ID of the device definition.public void setMaxResults(String maxResults)
maxResults
- The maximum number of results to be returned per request.public String getMaxResults()
public ListDeviceDefinitionVersionsRequest withMaxResults(String maxResults)
maxResults
- The maximum number of results to be returned per request.public void setNextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.public String getNextToken()
public ListDeviceDefinitionVersionsRequest withNextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListDeviceDefinitionVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.