@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, withSdkRequestTimeout
public 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. This value maps to the ''Version'' property of the corresponding
''VersionInformation'' object, which is returned by ''ListDeviceDefinitionVersions'' requests. If the
version is the last one that was associated with a device definition, the value also maps to the
''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public String getDeviceDefinitionVersionId()
public GetDeviceDefinitionVersionRequest withDeviceDefinitionVersionId(String deviceDefinitionVersionId)
deviceDefinitionVersionId
- The ID of the device definition version. This value maps to the ''Version'' property of the corresponding
''VersionInformation'' object, which is returned by ''ListDeviceDefinitionVersions'' requests. If the
version is the last one that was associated with a device definition, the value also maps to the
''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.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 Object
Object.toString()
public GetDeviceDefinitionVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()