@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceNetworkProfileInfo extends Object implements Serializable, Cloneable, StructuredPojo
Detailed information about a device's network profile.
| Constructor and Description |
|---|
DeviceNetworkProfileInfo() |
| Modifier and Type | Method and Description |
|---|---|
DeviceNetworkProfileInfo |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The ARN of the certificate associated with a device.
|
Date |
getCertificateExpirationTime()
The time (in epoch) when the certificate expires.
|
String |
getNetworkProfileArn()
The ARN of the network profile associated with a device.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCertificateArn(String certificateArn)
The ARN of the certificate associated with a device.
|
void |
setCertificateExpirationTime(Date certificateExpirationTime)
The time (in epoch) when the certificate expires.
|
void |
setNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
String |
toString()
Returns a string representation of this object.
|
DeviceNetworkProfileInfo |
withCertificateArn(String certificateArn)
The ARN of the certificate associated with a device.
|
DeviceNetworkProfileInfo |
withCertificateExpirationTime(Date certificateExpirationTime)
The time (in epoch) when the certificate expires.
|
DeviceNetworkProfileInfo |
withNetworkProfileArn(String networkProfileArn)
The ARN of the network profile associated with a device.
|
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 DeviceNetworkProfileInfo 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 void setCertificateArn(String certificateArn)
The ARN of the certificate associated with a device.
certificateArn - The ARN of the certificate associated with a device.public String getCertificateArn()
The ARN of the certificate associated with a device.
public DeviceNetworkProfileInfo withCertificateArn(String certificateArn)
The ARN of the certificate associated with a device.
certificateArn - The ARN of the certificate associated with a device.public void setCertificateExpirationTime(Date certificateExpirationTime)
The time (in epoch) when the certificate expires.
certificateExpirationTime - The time (in epoch) when the certificate expires.public Date getCertificateExpirationTime()
The time (in epoch) when the certificate expires.
public DeviceNetworkProfileInfo withCertificateExpirationTime(Date certificateExpirationTime)
The time (in epoch) when the certificate expires.
certificateExpirationTime - The time (in epoch) when the certificate expires.public String toString()
toString in class ObjectObject.toString()public DeviceNetworkProfileInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.