Class AwsEventSchemasRegistryDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsEventSchemasRegistryDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEventSchemasRegistryDetails.Builder,AwsEventSchemasRegistryDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsEventSchemasRegistryDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEventSchemasRegistryDetails.Builder,AwsEventSchemasRegistryDetails>
A schema defines the structure of events that are sent to Amazon EventBridge. Schema registries are containers for schemas. They collect and organize schemas so that your schemas are in logical groups.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsEventSchemasRegistryDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsEventSchemasRegistryDetails.Builderbuilder()Stringdescription()A description of the registry to be created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringregistryArn()The Amazon Resource Name (ARN) of the registry.StringregistryName()The name of the schema registry.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsEventSchemasRegistryDetails.Builder>serializableBuilderClass()AwsEventSchemasRegistryDetails.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
-
description
public final String description()
A description of the registry to be created.
- Returns:
- A description of the registry to be created.
-
registryArn
public final String registryArn()
The Amazon Resource Name (ARN) of the registry.
- Returns:
- The Amazon Resource Name (ARN) of the registry.
-
registryName
public final String registryName()
The name of the schema registry.
- Returns:
- The name of the schema registry.
-
toBuilder
public AwsEventSchemasRegistryDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsEventSchemasRegistryDetails.Builder,AwsEventSchemasRegistryDetails>
-
builder
public static AwsEventSchemasRegistryDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsEventSchemasRegistryDetails.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
-
-