Class Recommendation
- java.lang.Object
-
- software.amazon.awssdk.services.codegurusecurity.model.Recommendation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Recommendation.Builder,Recommendation>
@Generated("software.amazon.awssdk:codegen") public final class Recommendation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Recommendation.Builder,Recommendation>
Information about the recommended course of action to remediate a finding.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecommendation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Recommendation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Recommendation.Builder>serializableBuilderClass()Stringtext()The recommended course of action to remediate the finding.Recommendation.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The URL address to the recommendation for remediating the finding.-
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
-
text
public final String text()
The recommended course of action to remediate the finding.
- Returns:
- The recommended course of action to remediate the finding.
-
url
public final String url()
The URL address to the recommendation for remediating the finding.
- Returns:
- The URL address to the recommendation for remediating the finding.
-
toBuilder
public Recommendation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Recommendation.Builder,Recommendation>
-
builder
public static Recommendation.Builder builder()
-
serializableBuilderClass
public static Class<? extends Recommendation.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.
-
-