@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResumeSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResumeSessionResult() |
Modifier and Type | Method and Description |
---|---|
ResumeSessionResult |
clone() |
boolean |
equals(Object obj) |
String |
getSessionId()
The ID of the session.
|
String |
getStreamUrl()
A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive
output from the managed node.
|
String |
getTokenValue()
An encrypted token value containing session and caller information.
|
int |
hashCode() |
void |
setSessionId(String sessionId)
The ID of the session.
|
void |
setStreamUrl(String streamUrl)
A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive
output from the managed node.
|
void |
setTokenValue(String tokenValue)
An encrypted token value containing session and caller information.
|
String |
toString()
Returns a string representation of this object.
|
ResumeSessionResult |
withSessionId(String sessionId)
The ID of the session.
|
ResumeSessionResult |
withStreamUrl(String streamUrl)
A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive
output from the managed node.
|
ResumeSessionResult |
withTokenValue(String tokenValue)
An encrypted token value containing session and caller information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSessionId(String sessionId)
The ID of the session.
sessionId
- The ID of the session.public String getSessionId()
The ID of the session.
public ResumeSessionResult withSessionId(String sessionId)
The ID of the session.
sessionId
- The ID of the session.public void setTokenValue(String tokenValue)
An encrypted token value containing session and caller information. Used to authenticate the connection to the managed node.
tokenValue
- An encrypted token value containing session and caller information. Used to authenticate the connection to
the managed node.public String getTokenValue()
An encrypted token value containing session and caller information. Used to authenticate the connection to the managed node.
public ResumeSessionResult withTokenValue(String tokenValue)
An encrypted token value containing session and caller information. Used to authenticate the connection to the managed node.
tokenValue
- An encrypted token value containing session and caller information. Used to authenticate the connection to
the managed node.public void setStreamUrl(String streamUrl)
A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive
output from the managed node. Format:
wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services
Systems Manager, such as us-east-2
for the US East (Ohio) Region. For a list of supported
region values, see the Region column in Systems Manager service endpoints in
the Amazon Web Services General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE
.
streamUrl
- A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
receive output from the managed node. Format:
wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web
Services Systems Manager, such as us-east-2
for the US East (Ohio) Region. For a list of
supported region values, see the Region column in Systems Manager service
endpoints in the Amazon Web Services General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE
.
public String getStreamUrl()
A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive
output from the managed node. Format:
wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services
Systems Manager, such as us-east-2
for the US East (Ohio) Region. For a list of supported
region values, see the Region column in Systems Manager service endpoints in
the Amazon Web Services General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE
.
wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web
Services Systems Manager, such as us-east-2
for the US East (Ohio) Region. For a list of
supported region values, see the Region column in Systems Manager service
endpoints in the Amazon Web Services General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE
.
public ResumeSessionResult withStreamUrl(String streamUrl)
A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive
output from the managed node. Format:
wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services
Systems Manager, such as us-east-2
for the US East (Ohio) Region. For a list of supported
region values, see the Region column in Systems Manager service endpoints in
the Amazon Web Services General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE
.
streamUrl
- A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
receive output from the managed node. Format:
wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web
Services Systems Manager, such as us-east-2
for the US East (Ohio) Region. For a list of
supported region values, see the Region column in Systems Manager service
endpoints in the Amazon Web Services General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE
.
public String toString()
toString
in class Object
Object.toString()
public ResumeSessionResult clone()