@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 AWS IoT credentials provider API endpoint.
iot:Jobs
- Returns an AWS IoT device management Jobs API endpoint.
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.
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 AWS IoT credentials provider API endpoint.
iot:Jobs
- Returns an AWS IoT device management Jobs API endpoint.
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.
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 AWS IoT credentials provider API endpoint.
iot:Jobs
- Returns an AWS IoT device management Jobs API endpoint.
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.
public String toString()
toString
in class Object
Object.toString()
public DescribeEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.