public class DescribeEndpointRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns a unique endpoint specific to the AWS account making the call.
| Constructor and Description |
|---|
DescribeEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEndpointType()
The endpoint type.
|
int |
hashCode() |
void |
setEndpointType(java.lang.String endpointType)
The endpoint type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEndpointRequest |
withEndpointType(java.lang.String endpointType)
The endpoint type.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getEndpointType()
The endpoint type. Valid endpoint types include:
iot:Data - Returns a VeriSign signed data endpoint.
iot:Data-ATS - Returns an ATS signed data endpoint.
iot:CredentialProvider - Returns an AWS IoT credentials
provider API endpoint.
iot:Jobs - Returns an AWS IoT device management Jobs API
endpoint.
We strongly recommend that customers use the newer
iot:Data-ATS endpoint type to avoid issues related to the
widespread distrust of Symantec certificate authorities.
Constraints:
Length: - 128
The endpoint type. Valid endpoint types include:
iot:Data - Returns a VeriSign signed data endpoint.
iot:Data-ATS - Returns an ATS signed data endpoint.
iot:CredentialProvider - Returns an AWS IoT
credentials provider API endpoint.
iot:Jobs - Returns an AWS IoT device management Jobs
API endpoint.
We strongly recommend that customers use the newer
iot:Data-ATS endpoint type to avoid issues related
to the widespread distrust of Symantec certificate authorities.
public void setEndpointType(java.lang.String endpointType)
The endpoint type. Valid endpoint types include:
iot:Data - Returns a VeriSign signed data endpoint.
iot:Data-ATS - Returns an ATS signed data endpoint.
iot:CredentialProvider - Returns an AWS IoT credentials
provider API endpoint.
iot:Jobs - Returns an AWS IoT device management Jobs API
endpoint.
We strongly recommend that customers use the newer
iot:Data-ATS endpoint type to avoid issues related to the
widespread distrust of Symantec certificate authorities.
Constraints:
Length: - 128
endpointType - The endpoint type. Valid endpoint types include:
iot:Data - Returns a VeriSign signed data
endpoint.
iot:Data-ATS - Returns an ATS signed data
endpoint.
iot:CredentialProvider - Returns an AWS IoT
credentials provider API endpoint.
iot:Jobs - Returns an AWS IoT device management
Jobs API endpoint.
We strongly recommend that customers use the newer
iot:Data-ATS endpoint type to avoid issues
related to the widespread distrust of Symantec certificate
authorities.
public DescribeEndpointRequest withEndpointType(java.lang.String endpointType)
The endpoint type. Valid endpoint types include:
iot:Data - Returns a VeriSign signed data endpoint.
iot:Data-ATS - Returns an ATS signed data endpoint.
iot:CredentialProvider - Returns an AWS IoT credentials
provider API endpoint.
iot:Jobs - Returns an AWS IoT device management Jobs API
endpoint.
We strongly recommend that customers use the newer
iot:Data-ATS endpoint type to avoid issues related to the
widespread distrust of Symantec certificate authorities.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 128
endpointType - The endpoint type. Valid endpoint types include:
iot:Data - Returns a VeriSign signed data
endpoint.
iot:Data-ATS - Returns an ATS signed data
endpoint.
iot:CredentialProvider - Returns an AWS IoT
credentials provider API endpoint.
iot:Jobs - Returns an AWS IoT device management
Jobs API endpoint.
We strongly recommend that customers use the newer
iot:Data-ATS endpoint type to avoid issues
related to the widespread distrust of Symantec certificate
authorities.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.