Class FrameworkMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.FrameworkMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FrameworkMetadata.Builder,FrameworkMetadata>
@Generated("software.amazon.awssdk:codegen") public final class FrameworkMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FrameworkMetadata.Builder,FrameworkMetadata>
The metadata of a framework, such as the name, ID, or description.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFrameworkMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FrameworkMetadata.Builderbuilder()StringcomplianceType()The compliance standard that's associated with the framework.Stringdescription()The description of the framework.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringlogo()The logo that's associated with the framework.Stringname()The name of the framework.List<SdkField<?>>sdkFields()static Class<? extends FrameworkMetadata.Builder>serializableBuilderClass()FrameworkMetadata.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
-
name
public final String name()
The name of the framework.
- Returns:
- The name of the framework.
-
description
public final String description()
The description of the framework.
- Returns:
- The description of the framework.
-
logo
public final String logo()
The logo that's associated with the framework.
- Returns:
- The logo that's associated with the framework.
-
complianceType
public final String complianceType()
The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.
- Returns:
- The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.
-
toBuilder
public FrameworkMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FrameworkMetadata.Builder,FrameworkMetadata>
-
builder
public static FrameworkMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends FrameworkMetadata.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.
-
-