@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDevicePolicyConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeDevicePolicyConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDevicePolicyConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceCaCertificate()
The certificate chain, including intermediate certificates and the root certificate authority certificate used to
issue device certificates.
|
int |
hashCode() |
void |
setDeviceCaCertificate(String deviceCaCertificate)
The certificate chain, including intermediate certificates and the root certificate authority certificate used to
issue device certificates.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDevicePolicyConfigurationResult |
withDeviceCaCertificate(String deviceCaCertificate)
The certificate chain, including intermediate certificates and the root certificate authority certificate used to
issue device certificates.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeDevicePolicyConfigurationResult()
public void setDeviceCaCertificate(String deviceCaCertificate)
The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
deviceCaCertificate - The certificate chain, including intermediate certificates and the root certificate authority certificate
used to issue device certificates.public String getDeviceCaCertificate()
The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
public DescribeDevicePolicyConfigurationResult withDeviceCaCertificate(String deviceCaCertificate)
The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
deviceCaCertificate - The certificate chain, including intermediate certificates and the root certificate authority certificate
used to issue device certificates.public String toString()
toString in class ObjectObject.toString()public DescribeDevicePolicyConfigurationResult clone()