@Generated(value="software.amazon.awssdk:codegen") public final class Match extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Match.Builder,Match>
The part of a profile that contains a recommendation found during analysis.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Match.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Match.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
frameAddress()
The location in the profiling graph that contains a recommendation found during analysis.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Match.Builder> |
serializableBuilderClass() |
Integer |
targetFramesIndex()
The target frame that triggered a match.
|
Double |
thresholdBreachValue()
The value in the profile data that exceeded the recommendation threshold.
|
Match.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String frameAddress()
The location in the profiling graph that contains a recommendation found during analysis.
public final Integer targetFramesIndex()
The target frame that triggered a match.
public final Double thresholdBreachValue()
The value in the profile data that exceeded the recommendation threshold.
public Match.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Match.Builder,Match>public static Match.Builder builder()
public static Class<? extends Match.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.