@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNetworkProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetNetworkProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetNetworkProfileRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNetworkProfileArn()
The ARN of the network profile associated with a device.
|
int |
hashCode() |
void |
setNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
String |
toString()
Returns a string representation of this object.
|
GetNetworkProfileRequest |
withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
addHandlerContext, copyBaseTo, 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 setNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
networkProfileArn - The ARN of the network profile associated with a device.public String getNetworkProfileArn()
The ARN of the network profile associated with a device.
public GetNetworkProfileRequest withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
networkProfileArn - The ARN of the network profile associated with a device.public String toString()
toString in class ObjectObject.toString()public GetNetworkProfileRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.