@Generated(value="software.amazon.awssdk:codegen") public final class GetEndpointRequest extends IotDeviceAdvisorRequest implements ToCopyableBuilder<GetEndpointRequest.Builder,GetEndpointRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetEndpointRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
authenticationMethod()
The authentication method used during the device connection.
|
String |
authenticationMethodAsString()
The authentication method used during the device connection.
|
static GetEndpointRequest.Builder |
builder() |
String |
certificateArn()
The certificate ARN of the device.
|
String |
deviceRoleArn()
The device role ARN of the device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetEndpointRequest.Builder> |
serializableBuilderClass() |
String |
thingArn()
The thing ARN of the device.
|
GetEndpointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String thingArn()
The thing ARN of the device. This is an optional parameter.
public final String certificateArn()
The certificate ARN of the device. This is an optional parameter.
public final String deviceRoleArn()
The device role ARN of the device. This is an optional parameter.
public final AuthenticationMethod authenticationMethod()
The authentication method used during the device connection.
If the service returns an enum value that is not available in the current SDK version,
authenticationMethod will return AuthenticationMethod.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authenticationMethodAsString().
AuthenticationMethodpublic final String authenticationMethodAsString()
The authentication method used during the device connection.
If the service returns an enum value that is not available in the current SDK version,
authenticationMethod will return AuthenticationMethod.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authenticationMethodAsString().
AuthenticationMethodpublic GetEndpointRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetEndpointRequest.Builder,GetEndpointRequest>toBuilder in class IotDeviceAdvisorRequestpublic static GetEndpointRequest.Builder builder()
public static Class<? extends GetEndpointRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.