@Generated(value="software.amazon.awssdk:codegen") public final class SubmitFeedbackRequest extends CodeGuruProfilerRequest implements ToCopyableBuilder<SubmitFeedbackRequest.Builder,SubmitFeedbackRequest>
The structure representing the SubmitFeedbackRequest.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SubmitFeedbackRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
anomalyInstanceId()
The universally unique identifier (UUID) of the
AnomalyInstance object that is included in the analysis data. |
static SubmitFeedbackRequest.Builder |
builder() |
String |
comment()
Optional feedback about this anomaly.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
profilingGroupName()
The name of the profiling group that is associated with the analysis data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SubmitFeedbackRequest.Builder> |
serializableBuilderClass() |
SubmitFeedbackRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FeedbackType |
type()
The feedback tpye.
|
String |
typeAsString()
The feedback tpye.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String anomalyInstanceId()
The universally unique identifier (UUID) of the
AnomalyInstance object that is included in the analysis data.
AnomalyInstance object that is included in the analysis data.public final String comment()
Optional feedback about this anomaly.
public final String profilingGroupName()
The name of the profiling group that is associated with the analysis data.
public final FeedbackType type()
The feedback tpye. Thee are two valid values, Positive and Negative.
If the service returns an enum value that is not available in the current SDK version, type will return
FeedbackType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Positive and Negative.FeedbackTypepublic final String typeAsString()
The feedback tpye. Thee are two valid values, Positive and Negative.
If the service returns an enum value that is not available in the current SDK version, type will return
FeedbackType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Positive and Negative.FeedbackTypepublic SubmitFeedbackRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SubmitFeedbackRequest.Builder,SubmitFeedbackRequest>toBuilder in class CodeGuruProfilerRequestpublic static SubmitFeedbackRequest.Builder builder()
public static Class<? extends SubmitFeedbackRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.