@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartConfigurationSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartConfigurationSessionRequest() |
Modifier and Type | Method and Description |
---|---|
StartConfigurationSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationIdentifier()
The application ID or the application name.
|
String |
getConfigurationProfileIdentifier()
The configuration profile ID or the configuration profile name.
|
String |
getEnvironmentIdentifier()
The environment ID or the environment name.
|
Integer |
getRequiredMinimumPollIntervalInSeconds()
Sets a constraint on a session.
|
int |
hashCode() |
void |
setApplicationIdentifier(String applicationIdentifier)
The application ID or the application name.
|
void |
setConfigurationProfileIdentifier(String configurationProfileIdentifier)
The configuration profile ID or the configuration profile name.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The environment ID or the environment name.
|
void |
setRequiredMinimumPollIntervalInSeconds(Integer requiredMinimumPollIntervalInSeconds)
Sets a constraint on a session.
|
String |
toString()
Returns a string representation of this object.
|
StartConfigurationSessionRequest |
withApplicationIdentifier(String applicationIdentifier)
The application ID or the application name.
|
StartConfigurationSessionRequest |
withConfigurationProfileIdentifier(String configurationProfileIdentifier)
The configuration profile ID or the configuration profile name.
|
StartConfigurationSessionRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The environment ID or the environment name.
|
StartConfigurationSessionRequest |
withRequiredMinimumPollIntervalInSeconds(Integer requiredMinimumPollIntervalInSeconds)
Sets a constraint on a session.
|
addHandlerContext, 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 setApplicationIdentifier(String applicationIdentifier)
The application ID or the application name.
applicationIdentifier
- The application ID or the application name.public String getApplicationIdentifier()
The application ID or the application name.
public StartConfigurationSessionRequest withApplicationIdentifier(String applicationIdentifier)
The application ID or the application name.
applicationIdentifier
- The application ID or the application name.public void setEnvironmentIdentifier(String environmentIdentifier)
The environment ID or the environment name.
environmentIdentifier
- The environment ID or the environment name.public String getEnvironmentIdentifier()
The environment ID or the environment name.
public StartConfigurationSessionRequest withEnvironmentIdentifier(String environmentIdentifier)
The environment ID or the environment name.
environmentIdentifier
- The environment ID or the environment name.public void setConfigurationProfileIdentifier(String configurationProfileIdentifier)
The configuration profile ID or the configuration profile name.
configurationProfileIdentifier
- The configuration profile ID or the configuration profile name.public String getConfigurationProfileIdentifier()
The configuration profile ID or the configuration profile name.
public StartConfigurationSessionRequest withConfigurationProfileIdentifier(String configurationProfileIdentifier)
The configuration profile ID or the configuration profile name.
configurationProfileIdentifier
- The configuration profile ID or the configuration profile name.public void setRequiredMinimumPollIntervalInSeconds(Integer requiredMinimumPollIntervalInSeconds)
Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client that established the session can't call GetLatestConfiguration more frequently than every 60 seconds.
requiredMinimumPollIntervalInSeconds
- Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client that
established the session can't call GetLatestConfiguration more frequently than every 60 seconds.public Integer getRequiredMinimumPollIntervalInSeconds()
Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client that established the session can't call GetLatestConfiguration more frequently than every 60 seconds.
public StartConfigurationSessionRequest withRequiredMinimumPollIntervalInSeconds(Integer requiredMinimumPollIntervalInSeconds)
Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client that established the session can't call GetLatestConfiguration more frequently than every 60 seconds.
requiredMinimumPollIntervalInSeconds
- Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client that
established the session can't call GetLatestConfiguration more frequently than every 60 seconds.public String toString()
toString
in class Object
Object.toString()
public StartConfigurationSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()