@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventRiskType extends Object implements Serializable, Cloneable, StructuredPojo
The event risk type.
| Constructor and Description |
|---|
EventRiskType() |
| Modifier and Type | Method and Description |
|---|---|
EventRiskType |
clone() |
boolean |
equals(Object obj) |
String |
getRiskDecision()
The risk decision.
|
String |
getRiskLevel()
The risk level.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRiskDecision(String riskDecision)
The risk decision.
|
void |
setRiskLevel(String riskLevel)
The risk level.
|
String |
toString()
Returns a string representation of this object.
|
EventRiskType |
withRiskDecision(RiskDecisionType riskDecision)
The risk decision.
|
EventRiskType |
withRiskDecision(String riskDecision)
The risk decision.
|
EventRiskType |
withRiskLevel(RiskLevelType riskLevel)
The risk level.
|
EventRiskType |
withRiskLevel(String riskLevel)
The risk level.
|
public void setRiskDecision(String riskDecision)
The risk decision.
riskDecision - The risk decision.RiskDecisionTypepublic String getRiskDecision()
The risk decision.
RiskDecisionTypepublic EventRiskType withRiskDecision(String riskDecision)
The risk decision.
riskDecision - The risk decision.RiskDecisionTypepublic EventRiskType withRiskDecision(RiskDecisionType riskDecision)
The risk decision.
riskDecision - The risk decision.RiskDecisionTypepublic void setRiskLevel(String riskLevel)
The risk level.
riskLevel - The risk level.RiskLevelTypepublic String getRiskLevel()
The risk level.
RiskLevelTypepublic EventRiskType withRiskLevel(String riskLevel)
The risk level.
riskLevel - The risk level.RiskLevelTypepublic EventRiskType withRiskLevel(RiskLevelType riskLevel)
The risk level.
riskLevel - The risk level.RiskLevelTypepublic String toString()
toString in class ObjectObject.toString()public EventRiskType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.