@Generated(value="software.amazon.awssdk:codegen") public final class ConformancePackInputParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConformancePackInputParameter.Builder,ConformancePackInputParameter>
Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConformancePackInputParameter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConformancePackInputParameter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
parameterName()
One part of a key-value pair.
|
String |
parameterValue()
Another part of the key-value pair.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConformancePackInputParameter.Builder> |
serializableBuilderClass() |
ConformancePackInputParameter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String parameterName()
One part of a key-value pair.
public final String parameterValue()
Another part of the key-value pair.
public ConformancePackInputParameter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConformancePackInputParameter.Builder,ConformancePackInputParameter>public static ConformancePackInputParameter.Builder builder()
public static Class<? extends ConformancePackInputParameter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.