@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RotateTunnelAccessTokenResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RotateTunnelAccessTokenResult() |
Modifier and Type | Method and Description |
---|---|
RotateTunnelAccessTokenResult |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationAccessToken()
The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.
|
String |
getSourceAccessToken()
The client access token that the source local proxy uses to connect to IoT Secure Tunneling.
|
String |
getTunnelArn()
The Amazon Resource Name for the tunnel.
|
int |
hashCode() |
void |
setDestinationAccessToken(String destinationAccessToken)
The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.
|
void |
setSourceAccessToken(String sourceAccessToken)
The client access token that the source local proxy uses to connect to IoT Secure Tunneling.
|
void |
setTunnelArn(String tunnelArn)
The Amazon Resource Name for the tunnel.
|
String |
toString()
Returns a string representation of this object.
|
RotateTunnelAccessTokenResult |
withDestinationAccessToken(String destinationAccessToken)
The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.
|
RotateTunnelAccessTokenResult |
withSourceAccessToken(String sourceAccessToken)
The client access token that the source local proxy uses to connect to IoT Secure Tunneling.
|
RotateTunnelAccessTokenResult |
withTunnelArn(String tunnelArn)
The Amazon Resource Name for the tunnel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTunnelArn(String tunnelArn)
The Amazon Resource Name for the tunnel.
tunnelArn
- The Amazon Resource Name for the tunnel.public String getTunnelArn()
The Amazon Resource Name for the tunnel.
public RotateTunnelAccessTokenResult withTunnelArn(String tunnelArn)
The Amazon Resource Name for the tunnel.
tunnelArn
- The Amazon Resource Name for the tunnel.public void setSourceAccessToken(String sourceAccessToken)
The client access token that the source local proxy uses to connect to IoT Secure Tunneling.
sourceAccessToken
- The client access token that the source local proxy uses to connect to IoT Secure Tunneling.public String getSourceAccessToken()
The client access token that the source local proxy uses to connect to IoT Secure Tunneling.
public RotateTunnelAccessTokenResult withSourceAccessToken(String sourceAccessToken)
The client access token that the source local proxy uses to connect to IoT Secure Tunneling.
sourceAccessToken
- The client access token that the source local proxy uses to connect to IoT Secure Tunneling.public void setDestinationAccessToken(String destinationAccessToken)
The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.
destinationAccessToken
- The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.public String getDestinationAccessToken()
The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.
public RotateTunnelAccessTokenResult withDestinationAccessToken(String destinationAccessToken)
The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.
destinationAccessToken
- The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.public String toString()
toString
in class Object
Object.toString()
public RotateTunnelAccessTokenResult clone()