@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateDeviceWithNetworkProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateDeviceWithNetworkProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateDeviceWithNetworkProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeviceArn()
The device ARN.
|
String |
getNetworkProfileArn()
The ARN of the network profile to associate with a device.
|
int |
hashCode() |
void |
setDeviceArn(String deviceArn)
The device ARN.
|
void |
setNetworkProfileArn(String networkProfileArn)
The ARN of the network profile to associate with a device.
|
String |
toString()
Returns a string representation of this object.
|
AssociateDeviceWithNetworkProfileRequest |
withDeviceArn(String deviceArn)
The device ARN.
|
AssociateDeviceWithNetworkProfileRequest |
withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile to associate with a device.
|
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 AssociateDeviceWithNetworkProfileRequest()
public void setDeviceArn(String deviceArn)
The device ARN.
deviceArn - The device ARN.public String getDeviceArn()
The device ARN.
public AssociateDeviceWithNetworkProfileRequest withDeviceArn(String deviceArn)
The device ARN.
deviceArn - The device ARN.public void setNetworkProfileArn(String networkProfileArn)
The ARN of the network profile to associate with a device.
networkProfileArn - The ARN of the network profile to associate with a device.public String getNetworkProfileArn()
The ARN of the network profile to associate with a device.
public AssociateDeviceWithNetworkProfileRequest withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile to associate with a device.
networkProfileArn - The ARN of the network profile to associate with a device.public String toString()
toString in class ObjectObject.toString()public AssociateDeviceWithNetworkProfileRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()