@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FrameworkMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FrameworkMetadata.Builder |
builder() |
String |
complianceType()
The compliance standard that's associated with the framework.
|
String |
description()
The description of the framework.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logo()
The logo that's associated with the framework.
|
String |
name()
The name of the framework.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FrameworkMetadata.Builder> |
serializableBuilderClass() |
FrameworkMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the framework.
public final String description()
The description of the framework.
public final String logo()
The logo that's associated with the framework.
public final String complianceType()
The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.
public FrameworkMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FrameworkMetadata.Builder,FrameworkMetadata>public static FrameworkMetadata.Builder builder()
public static Class<? extends FrameworkMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.