@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 (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, 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 (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 Object
Object.toString()
public DescribeEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.