@Generated(value="software.amazon.awssdk:codegen") public final class StopConfigurationRecorderRequest extends ConfigRequest implements ToCopyableBuilder<StopConfigurationRecorderRequest.Builder,StopConfigurationRecorderRequest>
The input for the StopConfigurationRecorder action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopConfigurationRecorderRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StopConfigurationRecorderRequest.Builder |
builder() |
String |
configurationRecorderName()
The name of the recorder object that records each configuration change made to the resources.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopConfigurationRecorderRequest.Builder> |
serializableBuilderClass() |
StopConfigurationRecorderRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationRecorderName()
The name of the recorder object that records each configuration change made to the resources.
public StopConfigurationRecorderRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopConfigurationRecorderRequest.Builder,StopConfigurationRecorderRequest>toBuilder in class ConfigRequestpublic static StopConfigurationRecorderRequest.Builder builder()
public static Class<? extends StopConfigurationRecorderRequest.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 © 2023. All rights reserved.