@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 instance that the Session Manager client uses to send commands and receive output
from the instance.
|
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 instance that the Session Manager client uses to send commands and receive output
from the instance.
|
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 instance that the Session Manager client uses to send commands and receive output
from the instance.
|
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 instance.
tokenValue
- An encrypted token value containing session and caller information. Used to authenticate the connection to
the instance.public String getTokenValue()
An encrypted token value containing session and caller information. Used to authenticate the connection to the instance.
public ResumeSessionResult withTokenValue(String tokenValue)
An encrypted token value containing session and caller information. Used to authenticate the connection to the instance.
tokenValue
- An encrypted token value containing session and caller information. Used to authenticate the connection to
the instance.public void setStreamUrl(String streamUrl)
A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and receive output
from the instance. Format:
wss://ssm-messages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an AWS Region supported by AWS 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 the AWS
Systems Manager table of regions and endpoints in the AWS General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE
.
streamUrl
- A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and receive
output from the instance. Format:
wss://ssm-messages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an AWS Region supported by AWS 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 the AWS Systems Manager table of
regions and endpoints in the AWS 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 instance that the Session Manager client uses to send commands and receive output
from the instance. Format:
wss://ssm-messages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an AWS Region supported by AWS 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 the AWS
Systems Manager table of regions and endpoints in the AWS General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE
.
wss://ssm-messages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an AWS Region supported by AWS 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 the AWS Systems Manager table of
regions and endpoints in the AWS 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 instance that the Session Manager client uses to send commands and receive output
from the instance. Format:
wss://ssm-messages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an AWS Region supported by AWS 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 the AWS
Systems Manager table of regions and endpoints in the AWS General Reference.
session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE
.
streamUrl
- A URL back to SSM Agent on the instance that the Session Manager client uses to send commands and receive
output from the instance. Format:
wss://ssm-messages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)
.
region represents the Region identifier for an AWS Region supported by AWS 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 the AWS Systems Manager table of
regions and endpoints in the AWS 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.