Class ConfigurationRecorderSummary
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.ConfigurationRecorderSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfigurationRecorderSummary.Builder,ConfigurationRecorderSummary>
@Generated("software.amazon.awssdk:codegen") public final class ConfigurationRecorderSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigurationRecorderSummary.Builder,ConfigurationRecorderSummary>
A summary of a configuration recorder, including the
arn,name,servicePrincipal, andrecordingScope.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfigurationRecorderSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the configuration recorder.static ConfigurationRecorderSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the configuration recorder.RecordingScoperecordingScope()Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free (INTERNAL) or if you are charged a service fee for recording (PAID).StringrecordingScopeAsString()Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free (INTERNAL) or if you are charged a service fee for recording (PAID).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ConfigurationRecorderSummary.Builder>serializableBuilderClass()StringservicePrincipal()For service-linked configuration recorders, indicates which Amazon Web Services service the configuration recorder is linked to.ConfigurationRecorderSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the configuration recorder.
- Returns:
- The Amazon Resource Name (ARN) of the configuration recorder.
-
name
public final String name()
The name of the configuration recorder.
- Returns:
- The name of the configuration recorder.
-
servicePrincipal
public final String servicePrincipal()
For service-linked configuration recorders, indicates which Amazon Web Services service the configuration recorder is linked to.
- Returns:
- For service-linked configuration recorders, indicates which Amazon Web Services service the configuration recorder is linked to.
-
recordingScope
public final RecordingScope recordingScope()
Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free (
INTERNAL) or if you are charged a service fee for recording (PAID).If the service returns an enum value that is not available in the current SDK version,
recordingScopewill returnRecordingScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrecordingScopeAsString().- Returns:
- Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free (
INTERNAL) or if you are charged a service fee for recording (PAID). - See Also:
RecordingScope
-
recordingScopeAsString
public final String recordingScopeAsString()
Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free (
INTERNAL) or if you are charged a service fee for recording (PAID).If the service returns an enum value that is not available in the current SDK version,
recordingScopewill returnRecordingScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrecordingScopeAsString().- Returns:
- Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free (
INTERNAL) or if you are charged a service fee for recording (PAID). - See Also:
RecordingScope
-
toBuilder
public ConfigurationRecorderSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfigurationRecorderSummary.Builder,ConfigurationRecorderSummary>
-
builder
public static ConfigurationRecorderSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfigurationRecorderSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-