@Generated(value="software.amazon.awssdk:codegen") public final class RotateTunnelAccessTokenRequest extends IoTSecureTunnelingRequest implements ToCopyableBuilder<RotateTunnelAccessTokenRequest.Builder,RotateTunnelAccessTokenRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RotateTunnelAccessTokenRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RotateTunnelAccessTokenRequest.Builder |
builder() |
ClientMode |
clientMode()
The mode of the client that will use the client token, which can be either the source or destination, or both
source and destination.
|
String |
clientModeAsString()
The mode of the client that will use the client token, which can be either the source or destination, or both
source and destination.
|
DestinationConfig |
destinationConfig()
Returns the value of the DestinationConfig property for this object.
|
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 RotateTunnelAccessTokenRequest.Builder> |
serializableBuilderClass() |
RotateTunnelAccessTokenRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
tunnelId()
The tunnel for which you want to rotate the access tokens.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tunnelId()
The tunnel for which you want to rotate the access tokens.
public final ClientMode clientMode()
The mode of the client that will use the client token, which can be either the source or destination, or both source and destination.
If the service returns an enum value that is not available in the current SDK version, clientMode will
return ClientMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clientModeAsString().
ClientModepublic final String clientModeAsString()
The mode of the client that will use the client token, which can be either the source or destination, or both source and destination.
If the service returns an enum value that is not available in the current SDK version, clientMode will
return ClientMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clientModeAsString().
ClientModepublic final DestinationConfig destinationConfig()
public RotateTunnelAccessTokenRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RotateTunnelAccessTokenRequest.Builder,RotateTunnelAccessTokenRequest>toBuilder in class IoTSecureTunnelingRequestpublic static RotateTunnelAccessTokenRequest.Builder builder()
public static Class<? extends RotateTunnelAccessTokenRequest.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.