@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Mitigation extends Object implements Serializable, Cloneable, StructuredPojo
The mitigation applied to a DDoS attack.
Constructor and Description |
---|
Mitigation() |
Modifier and Type | Method and Description |
---|---|
Mitigation |
clone() |
boolean |
equals(Object obj) |
String |
getMitigationName()
The name of the mitigation taken for this attack.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMitigationName(String mitigationName)
The name of the mitigation taken for this attack.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Mitigation |
withMitigationName(String mitigationName)
The name of the mitigation taken for this attack.
|
public void setMitigationName(String mitigationName)
The name of the mitigation taken for this attack.
mitigationName
- The name of the mitigation taken for this attack.public String getMitigationName()
The name of the mitigation taken for this attack.
public Mitigation withMitigationName(String mitigationName)
The name of the mitigation taken for this attack.
mitigationName
- The name of the mitigation taken for this attack.public String toString()
toString
in class Object
Object.toString()
public Mitigation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.