@Generated(value="software.amazon.awssdk:codegen") public final class StartConfigurationSessionRequest extends AppConfigDataRequest implements ToCopyableBuilder<StartConfigurationSessionRequest.Builder,StartConfigurationSessionRequest>
Request parameters for the StartConfigurationSession API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartConfigurationSessionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationIdentifier()
The application ID or the application name.
|
static StartConfigurationSessionRequest.Builder |
builder() |
String |
configurationProfileIdentifier()
The configuration profile ID or the configuration profile name.
|
String |
environmentIdentifier()
The environment ID or the environment name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
requiredMinimumPollIntervalInSeconds()
The interval at which your client will poll for configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartConfigurationSessionRequest.Builder> |
serializableBuilderClass() |
StartConfigurationSessionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationIdentifier()
The application ID or the application name.
public final String configurationProfileIdentifier()
The configuration profile ID or the configuration profile name.
public final String environmentIdentifier()
The environment ID or the environment name.
public final 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.
public StartConfigurationSessionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartConfigurationSessionRequest.Builder,StartConfigurationSessionRequest>toBuilder in class AppConfigDataRequestpublic static StartConfigurationSessionRequest.Builder builder()
public static Class<? extends StartConfigurationSessionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.