Class StandardsManagedBy
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.StandardsManagedBy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StandardsManagedBy.Builder,StandardsManagedBy>
@Generated("software.amazon.awssdk:codegen") public final class StandardsManagedBy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StandardsManagedBy.Builder,StandardsManagedBy>
Provides details about the management of a security standard.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStandardsManagedBy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandardsManagedBy.Builderbuilder()Stringcompany()An identifier for the company that manages a specific security standard.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringproduct()An identifier for the product that manages a specific security standard.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StandardsManagedBy.Builder>serializableBuilderClass()StandardsManagedBy.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
-
company
public final String company()
An identifier for the company that manages a specific security standard. For existing standards, the value is equal to
Amazon Web Services.- Returns:
- An identifier for the company that manages a specific security standard. For existing standards, the
value is equal to
Amazon Web Services.
-
product
public final String product()
An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
- Returns:
- An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
-
toBuilder
public StandardsManagedBy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StandardsManagedBy.Builder,StandardsManagedBy>
-
builder
public static StandardsManagedBy.Builder builder()
-
serializableBuilderClass
public static Class<? extends StandardsManagedBy.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
-
-