Class InsightFeedback
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.InsightFeedback
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InsightFeedback.Builder,InsightFeedback>
@Generated("software.amazon.awssdk:codegen") public final class InsightFeedback extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InsightFeedback.Builder,InsightFeedback>
Information about insight feedback received from a customer.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInsightFeedback.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InsightFeedback.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InsightFeedbackOptionfeedback()The feedback provided by the customer.StringfeedbackAsString()The feedback provided by the customer.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The insight feedback ID.List<SdkField<?>>sdkFields()static Class<? extends InsightFeedback.Builder>serializableBuilderClass()InsightFeedback.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
id
public final String id()
The insight feedback ID.
- Returns:
- The insight feedback ID.
-
feedback
public final InsightFeedbackOption feedback()
The feedback provided by the customer.
If the service returns an enum value that is not available in the current SDK version,
feedbackwill returnInsightFeedbackOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfeedbackAsString().- Returns:
- The feedback provided by the customer.
- See Also:
InsightFeedbackOption
-
feedbackAsString
public final String feedbackAsString()
The feedback provided by the customer.
If the service returns an enum value that is not available in the current SDK version,
feedbackwill returnInsightFeedbackOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfeedbackAsString().- Returns:
- The feedback provided by the customer.
- See Also:
InsightFeedbackOption
-
toBuilder
public InsightFeedback.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InsightFeedback.Builder,InsightFeedback>
-
builder
public static InsightFeedback.Builder builder()
-
serializableBuilderClass
public static Class<? extends InsightFeedback.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.
-
-