@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OnSuccess extends Object implements Serializable, Cloneable, StructuredPojo
A destination for events that were processed successfully.
Constructor and Description |
---|
OnSuccess() |
Modifier and Type | Method and Description |
---|---|
OnSuccess |
clone() |
boolean |
equals(Object obj) |
String |
getDestination()
The Amazon Resource Name (ARN) of the destination resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDestination(String destination)
The Amazon Resource Name (ARN) of the destination resource.
|
String |
toString()
Returns a string representation of this object.
|
OnSuccess |
withDestination(String destination)
The Amazon Resource Name (ARN) of the destination resource.
|
public void setDestination(String destination)
The Amazon Resource Name (ARN) of the destination resource.
destination
- The Amazon Resource Name (ARN) of the destination resource.public String getDestination()
The Amazon Resource Name (ARN) of the destination resource.
public OnSuccess withDestination(String destination)
The Amazon Resource Name (ARN) of the destination resource.
destination
- The Amazon Resource Name (ARN) of the destination resource.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.