@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateNetworkProfileResult() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkProfileResult |
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.
|
CreateNetworkProfileResult |
withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 CreateNetworkProfileResult 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 Object
Object.toString()
public CreateNetworkProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.