Class EnabledControlParameter
- java.lang.Object
-
- software.amazon.awssdk.services.controltower.model.EnabledControlParameter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EnabledControlParameter.Builder,EnabledControlParameter>
@Generated("software.amazon.awssdk:codegen") public final class EnabledControlParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnabledControlParameter.Builder,EnabledControlParameter>
A set of parameters that configure the behavior of the enabled control. A key/value pair, where
Keyis of typeStringandValueis of typeDocument.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnabledControlParameter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnabledControlParameter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The key of a key/value pair.List<SdkField<?>>sdkFields()static Class<? extends EnabledControlParameter.Builder>serializableBuilderClass()EnabledControlParameter.BuildertoBuilder()StringtoString()Returns a string representation of this object.Documentvalue()The value of a key/value pair.-
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
-
key
public final String key()
The key of a key/value pair. It is of type
string.- Returns:
- The key of a key/value pair. It is of type
string.
-
value
public final Document value()
The value of a key/value pair. It can be of type
arraystring,number,object, orboolean.- Returns:
- The value of a key/value pair. It can be of type
arraystring,number,object, orboolean.
-
toBuilder
public EnabledControlParameter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnabledControlParameter.Builder,EnabledControlParameter>
-
builder
public static EnabledControlParameter.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnabledControlParameter.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.
-
-