@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDeviceDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDeviceDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDeviceDefinitionRequest |
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 |
getName()
The name of the definition.
|
int |
hashCode() |
void |
setDeviceDefinitionId(String deviceDefinitionId)
The ID of the device definition.
|
void |
setName(String name)
The name of the definition.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDeviceDefinitionRequest |
withDeviceDefinitionId(String deviceDefinitionId)
The ID of the device definition.
|
UpdateDeviceDefinitionRequest |
withName(String name)
The name of the definition.
|
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 UpdateDeviceDefinitionRequest withDeviceDefinitionId(String deviceDefinitionId)
deviceDefinitionId
- The ID of the device definition.public void setName(String name)
name
- The name of the definition.public String getName()
public UpdateDeviceDefinitionRequest withName(String name)
name
- The name of the definition.public String toString()
toString
in class Object
Object.toString()
public UpdateDeviceDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.