@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StandardsManagedBy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StandardsManagedBy.Builder |
builder() |
String |
company()
An identifier for the company that manages a specific security standard.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
product()
An identifier for the product that manages a specific security standard.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StandardsManagedBy.Builder> |
serializableBuilderClass() |
StandardsManagedBy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
Amazon Web Services.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.
public StandardsManagedBy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StandardsManagedBy.Builder,StandardsManagedBy>public static StandardsManagedBy.Builder builder()
public static Class<? extends StandardsManagedBy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.