@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DescribeEndpoint operation.
NOOP
Constructor and Description |
---|
DescribeEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEndpointType()
The endpoint type.
|
int |
hashCode() |
void |
setEndpointType(String endpointType)
The endpoint type.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEndpointRequest |
withEndpointType(String endpointType)
The endpoint type.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEndpointType(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 IoT credentials provider API endpoint.
iot:Jobs
- Returns an 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. ATS Signed Certificates are more secure
and are trusted by most popular browsers.
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 IoT credentials provider API endpoint.
iot:Jobs
- Returns an 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. ATS Signed Certificates are more
secure and are trusted by most popular browsers.
public 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 IoT credentials provider API endpoint.
iot:Jobs
- Returns an 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. ATS Signed Certificates are more secure
and are trusted by most popular browsers.
iot:Data
- Returns a VeriSign signed data endpoint.
iot:Data-ATS
- Returns an ATS signed data endpoint.
iot:CredentialProvider
- Returns an IoT credentials provider API endpoint.
iot:Jobs
- Returns an 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. ATS Signed Certificates
are more secure and are trusted by most popular browsers.
public DescribeEndpointRequest withEndpointType(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 IoT credentials provider API endpoint.
iot:Jobs
- Returns an 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. ATS Signed Certificates are more secure
and are trusted by most popular browsers.
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 IoT credentials provider API endpoint.
iot:Jobs
- Returns an 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. ATS Signed Certificates are more
secure and are trusted by most popular browsers.
public String toString()
toString
in class Object
Object.toString()
public DescribeEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()