@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() |
boolean |
equals(Object obj) |
String |
getEndpointType()
The endpoint type (such as
iot:Data, iot:CredentialProvider and iot:Jobs). |
int |
hashCode() |
void |
setEndpointType(String endpointType)
The endpoint type (such as
iot:Data, iot:CredentialProvider and iot:Jobs). |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEndpointRequest |
withEndpointType(String endpointType)
The endpoint type (such as
iot:Data, iot:CredentialProvider and iot:Jobs). |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setEndpointType(String endpointType)
The endpoint type (such as iot:Data, iot:CredentialProvider and iot:Jobs).
endpointType - The endpoint type (such as iot:Data, iot:CredentialProvider and
iot:Jobs).public String getEndpointType()
The endpoint type (such as iot:Data, iot:CredentialProvider and iot:Jobs).
iot:Data, iot:CredentialProvider and
iot:Jobs).public DescribeEndpointRequest withEndpointType(String endpointType)
The endpoint type (such as iot:Data, iot:CredentialProvider and iot:Jobs).
endpointType - The endpoint type (such as iot:Data, iot:CredentialProvider and
iot:Jobs).public String toString()
toString in class ObjectObject.toString()public DescribeEndpointRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.