Class GreengrassEventStreamConnectMessage
- java.lang.Object
-
- software.amazon.awssdk.eventstreamrpc.GreengrassEventStreamConnectMessage
-
public class GreengrassEventStreamConnectMessage extends Object
A Greengrass EventStream connection message
-
-
Constructor Summary
Constructors Constructor Description GreengrassEventStreamConnectMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthToken()Returns the authorization token in the connect messagevoidsetAuthToken(String authToken)Sets the authorization token in the connect message
-
-
-
Method Detail
-
setAuthToken
public void setAuthToken(String authToken)
Sets the authorization token in the connect message- Parameters:
authToken- the authorization token to use
-
getAuthToken
public String getAuthToken()
Returns the authorization token in the connect message- Returns:
- authorization token in the connect message
-
-