@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartConfigurationSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Response parameters for the StartConfigurationSession API.
| Constructor and Description |
|---|
StartConfigurationSessionResult() |
| Modifier and Type | Method and Description |
|---|---|
StartConfigurationSessionResult |
clone() |
boolean |
equals(Object obj) |
String |
getInitialConfigurationToken()
Token encapsulating state about the configuration session.
|
int |
hashCode() |
void |
setInitialConfigurationToken(String initialConfigurationToken)
Token encapsulating state about the configuration session.
|
String |
toString()
Returns a string representation of this object.
|
StartConfigurationSessionResult |
withInitialConfigurationToken(String initialConfigurationToken)
Token encapsulating state about the configuration session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setInitialConfigurationToken(String initialConfigurationToken)
Token encapsulating state about the configuration session. Provide this token to the GetLatestConfiguration API to retrieve configuration data.
This token should only be used once in your first call to GetLatestConfiguration. You MUST use the new token in the GetConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
initialConfigurationToken - Token encapsulating state about the configuration session. Provide this token to the
GetLatestConfiguration API to retrieve configuration data. This token should only be used once in your first call to GetLatestConfiguration. You MUST use the new token in the GetConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
public String getInitialConfigurationToken()
Token encapsulating state about the configuration session. Provide this token to the GetLatestConfiguration API to retrieve configuration data.
This token should only be used once in your first call to GetLatestConfiguration. You MUST use the new token in the GetConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
This token should only be used once in your first call to GetLatestConfiguration. You MUST use the new token in the GetConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
public StartConfigurationSessionResult withInitialConfigurationToken(String initialConfigurationToken)
Token encapsulating state about the configuration session. Provide this token to the GetLatestConfiguration API to retrieve configuration data.
This token should only be used once in your first call to GetLatestConfiguration. You MUST use the new token in the GetConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
initialConfigurationToken - Token encapsulating state about the configuration session. Provide this token to the
GetLatestConfiguration API to retrieve configuration data. This token should only be used once in your first call to GetLatestConfiguration. You MUST use the new token in the GetConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
public String toString()
toString in class ObjectObject.toString()public StartConfigurationSessionResult clone()
Copyright © 2022. All rights reserved.