@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartConfigurationSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request parameters for the StartConfigurationSession API.
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()
The interval at which your client will poll for configuration.
|
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)
The interval at which your client will poll for configuration.
|
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)
The interval at which your client will poll for configuration.
|
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 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 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 setRequiredMinimumPollIntervalInSeconds(Integer requiredMinimumPollIntervalInSeconds)
The interval at which your client will poll for configuration. If provided, the service will throw a BadRequestException if the client polls before the specified poll interval. By default, client poll intervals are not enforced.
requiredMinimumPollIntervalInSeconds
- The interval at which your client will poll for configuration. If provided, the service will throw a
BadRequestException if the client polls before the specified poll interval. By default, client poll
intervals are not enforced.public Integer getRequiredMinimumPollIntervalInSeconds()
The interval at which your client will poll for configuration. If provided, the service will throw a BadRequestException if the client polls before the specified poll interval. By default, client poll intervals are not enforced.
public StartConfigurationSessionRequest withRequiredMinimumPollIntervalInSeconds(Integer requiredMinimumPollIntervalInSeconds)
The interval at which your client will poll for configuration. If provided, the service will throw a BadRequestException if the client polls before the specified poll interval. By default, client poll intervals are not enforced.
requiredMinimumPollIntervalInSeconds
- The interval at which your client will poll for configuration. If provided, the service will throw a
BadRequestException if the client polls before the specified poll interval. By default, client poll
intervals are not enforced.public String toString()
toString
in class Object
Object.toString()
public StartConfigurationSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()