Class EnabledBaselineSummary
- java.lang.Object
-
- software.amazon.awssdk.services.controltower.model.EnabledBaselineSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EnabledBaselineSummary.Builder,EnabledBaselineSummary>
@Generated("software.amazon.awssdk:codegen") public final class EnabledBaselineSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnabledBaselineSummary.Builder,EnabledBaselineSummary>
Returns a summary of information about an
EnabledBaselineobject.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnabledBaselineSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of theEnabledBaselineresourceStringbaselineIdentifier()The specific baseline that is enabled as part of theEnabledBaselineresource.StringbaselineVersion()The enabled version of the baseline.static EnabledBaselineSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EnabledBaselineSummary.Builder>serializableBuilderClass()EnablementStatusSummarystatusSummary()Returns the value of the StatusSummary property for this object.StringtargetIdentifier()The target upon which the baseline is enabled.EnabledBaselineSummary.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 ARN of the
EnabledBaselineresource- Returns:
- The ARN of the
EnabledBaselineresource
-
baselineIdentifier
public final String baselineIdentifier()
The specific baseline that is enabled as part of the
EnabledBaselineresource.- Returns:
- The specific baseline that is enabled as part of the
EnabledBaselineresource.
-
baselineVersion
public final String baselineVersion()
The enabled version of the baseline.
- Returns:
- The enabled version of the baseline.
-
statusSummary
public final EnablementStatusSummary statusSummary()
Returns the value of the StatusSummary property for this object.- Returns:
- The value of the StatusSummary property for this object.
-
targetIdentifier
public final String targetIdentifier()
The target upon which the baseline is enabled.
- Returns:
- The target upon which the baseline is enabled.
-
toBuilder
public EnabledBaselineSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnabledBaselineSummary.Builder,EnabledBaselineSummary>
-
builder
public static EnabledBaselineSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnabledBaselineSummary.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.
-
-