@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartSessionRequest() |
Modifier and Type | Method and Description |
---|---|
StartSessionRequest |
addParametersEntry(String key,
List<String> value) |
StartSessionRequest |
clearParametersEntries()
Removes all the entries added into Parameters.
|
StartSessionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDocumentName()
The name of the SSM document to define the parameters and plugin settings for the session.
|
Map<String,List<String>> |
getParameters()
Reserved for future use.
|
String |
getTarget()
The instance to connect to for the session.
|
int |
hashCode() |
void |
setDocumentName(String documentName)
The name of the SSM document to define the parameters and plugin settings for the session.
|
void |
setParameters(Map<String,List<String>> parameters)
Reserved for future use.
|
void |
setTarget(String target)
The instance to connect to for the session.
|
String |
toString()
Returns a string representation of this object.
|
StartSessionRequest |
withDocumentName(String documentName)
The name of the SSM document to define the parameters and plugin settings for the session.
|
StartSessionRequest |
withParameters(Map<String,List<String>> parameters)
Reserved for future use.
|
StartSessionRequest |
withTarget(String target)
The instance to connect to for the session.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTarget(String target)
The instance to connect to for the session.
target
- The instance to connect to for the session.public String getTarget()
The instance to connect to for the session.
public StartSessionRequest withTarget(String target)
The instance to connect to for the session.
target
- The instance to connect to for the session.public void setDocumentName(String documentName)
The name of the SSM document to define the parameters and plugin settings for the session. For example,
SSM-SessionManagerRunShell
. If no document name is provided, a shell to the instance is launched by
default.
documentName
- The name of the SSM document to define the parameters and plugin settings for the session. For example,
SSM-SessionManagerRunShell
. If no document name is provided, a shell to the instance is
launched by default.public String getDocumentName()
The name of the SSM document to define the parameters and plugin settings for the session. For example,
SSM-SessionManagerRunShell
. If no document name is provided, a shell to the instance is launched by
default.
SSM-SessionManagerRunShell
. If no document name is provided, a shell to the instance is
launched by default.public StartSessionRequest withDocumentName(String documentName)
The name of the SSM document to define the parameters and plugin settings for the session. For example,
SSM-SessionManagerRunShell
. If no document name is provided, a shell to the instance is launched by
default.
documentName
- The name of the SSM document to define the parameters and plugin settings for the session. For example,
SSM-SessionManagerRunShell
. If no document name is provided, a shell to the instance is
launched by default.public Map<String,List<String>> getParameters()
Reserved for future use.
public void setParameters(Map<String,List<String>> parameters)
Reserved for future use.
parameters
- Reserved for future use.public StartSessionRequest withParameters(Map<String,List<String>> parameters)
Reserved for future use.
parameters
- Reserved for future use.public StartSessionRequest addParametersEntry(String key, List<String> value)
public StartSessionRequest clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public StartSessionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.