@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConfigurationSetEventDestinationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetConfigurationSetEventDestinationsResult() |
Modifier and Type | Method and Description |
---|---|
GetConfigurationSetEventDestinationsResult |
clone() |
boolean |
equals(Object obj) |
List<EventDestination> |
getEventDestinations() |
int |
hashCode() |
void |
setEventDestinations(Collection<EventDestination> eventDestinations) |
String |
toString()
Returns a string representation of this object.
|
GetConfigurationSetEventDestinationsResult |
withEventDestinations(Collection<EventDestination> eventDestinations) |
GetConfigurationSetEventDestinationsResult |
withEventDestinations(EventDestination... eventDestinations)
NOTE: This method appends the values to the existing list (if any).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetConfigurationSetEventDestinationsResult()
public List<EventDestination> getEventDestinations()
public void setEventDestinations(Collection<EventDestination> eventDestinations)
eventDestinations
- public GetConfigurationSetEventDestinationsResult withEventDestinations(EventDestination... eventDestinations)
NOTE: This method appends the values to the existing list (if any). Use
setEventDestinations(java.util.Collection)
or withEventDestinations(java.util.Collection)
if
you want to override the existing values.
eventDestinations
- public GetConfigurationSetEventDestinationsResult withEventDestinations(Collection<EventDestination> eventDestinations)
eventDestinations
- public String toString()
toString
in class Object
Object.toString()
public GetConfigurationSetEventDestinationsResult clone()