@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public CreateNetworkProfileResult clone()