@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Summary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of a recommendation.
| Constructor and Description |
|---|
Summary() |
| Modifier and Type | Method and Description |
|---|---|
Summary |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The finding classification of the recommendation.
|
Double |
getValue()
The value of the recommendation summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The finding classification of the recommendation.
|
void |
setValue(Double value)
The value of the recommendation summary.
|
String |
toString()
Returns a string representation of this object.
|
Summary |
withName(Finding name)
The finding classification of the recommendation.
|
Summary |
withName(String name)
The finding classification of the recommendation.
|
Summary |
withValue(Double value)
The value of the recommendation summary.
|
public void setName(String name)
The finding classification of the recommendation.
name - The finding classification of the recommendation.Findingpublic String getName()
The finding classification of the recommendation.
Findingpublic Summary withName(String name)
The finding classification of the recommendation.
name - The finding classification of the recommendation.Findingpublic Summary withName(Finding name)
The finding classification of the recommendation.
name - The finding classification of the recommendation.Findingpublic void setValue(Double value)
The value of the recommendation summary.
value - The value of the recommendation summary.public Double getValue()
The value of the recommendation summary.
public Summary withValue(Double value)
The value of the recommendation summary.
value - The value of the recommendation summary.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.