@Generated(value="software.amazon.awssdk:codegen") public final class UndetectedSignature extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UndetectedSignature.Builder,UndetectedSignature>
A structure containing information about an undetected signature on a page where it was expected but not found.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UndetectedSignature.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UndetectedSignature.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
page()
The page where a signature was expected but not found.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UndetectedSignature.Builder> |
serializableBuilderClass() |
UndetectedSignature.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer page()
The page where a signature was expected but not found.
public UndetectedSignature.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UndetectedSignature.Builder,UndetectedSignature>public static UndetectedSignature.Builder builder()
public static Class<? extends UndetectedSignature.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.