@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeviceDefinitionVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDeviceDefinitionVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceDefinitionVersionRequest |
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 |
getDeviceDefinitionVersionId()
The ID of the device definition version.
|
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 |
setDeviceDefinitionVersionId(String deviceDefinitionVersionId)
The ID of the device definition version.
|
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.
|
GetDeviceDefinitionVersionRequest |
withDeviceDefinitionId(String deviceDefinitionId)
The ID of the device definition.
|
GetDeviceDefinitionVersionRequest |
withDeviceDefinitionVersionId(String deviceDefinitionVersionId)
The ID of the device definition version.
|
GetDeviceDefinitionVersionRequest |
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, withSdkRequestTimeoutpublic void setDeviceDefinitionId(String deviceDefinitionId)
deviceDefinitionId - The ID of the device definition.public String getDeviceDefinitionId()
public GetDeviceDefinitionVersionRequest withDeviceDefinitionId(String deviceDefinitionId)
deviceDefinitionId - The ID of the device definition.public void setDeviceDefinitionVersionId(String deviceDefinitionVersionId)
deviceDefinitionVersionId - The ID of the device definition version.public String getDeviceDefinitionVersionId()
public GetDeviceDefinitionVersionRequest withDeviceDefinitionVersionId(String deviceDefinitionVersionId)
deviceDefinitionVersionId - The ID of the device definition version.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 GetDeviceDefinitionVersionRequest 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 ObjectObject.toString()public GetDeviceDefinitionVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.