@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MapRunRedrivenEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a Map Run that was redriven.
Constructor and Description |
---|
MapRunRedrivenEventDetails() |
Modifier and Type | Method and Description |
---|---|
MapRunRedrivenEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getMapRunArn()
The Amazon Resource Name (ARN) of a Map Run that was redriven.
|
Integer |
getRedriveCount()
The number of times the Map Run has been redriven at this point in the execution's history including this event.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run that was redriven.
|
void |
setRedriveCount(Integer redriveCount)
The number of times the Map Run has been redriven at this point in the execution's history including this event.
|
String |
toString()
Returns a string representation of this object.
|
MapRunRedrivenEventDetails |
withMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run that was redriven.
|
MapRunRedrivenEventDetails |
withRedriveCount(Integer redriveCount)
The number of times the Map Run has been redriven at this point in the execution's history including this event.
|
public void setMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run that was redriven.
mapRunArn
- The Amazon Resource Name (ARN) of a Map Run that was redriven.public String getMapRunArn()
The Amazon Resource Name (ARN) of a Map Run that was redriven.
public MapRunRedrivenEventDetails withMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run that was redriven.
mapRunArn
- The Amazon Resource Name (ARN) of a Map Run that was redriven.public void setRedriveCount(Integer redriveCount)
The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.
redriveCount
- The number of times the Map Run has been redriven at this point in the execution's history including this
event. The redrive count for a redriven Map Run is always greater than 0.public Integer getRedriveCount()
The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.
public MapRunRedrivenEventDetails withRedriveCount(Integer redriveCount)
The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.
redriveCount
- The number of times the Map Run has been redriven at this point in the execution's history including this
event. The redrive count for a redriven Map Run is always greater than 0.public String toString()
toString
in class Object
Object.toString()
public MapRunRedrivenEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.