@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConfigurationSetEventDestinationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Information about an event destination for a configuration set.
Constructor and Description |
---|
GetConfigurationSetEventDestinationsResult() |
Modifier and Type | Method and Description |
---|---|
GetConfigurationSetEventDestinationsResult |
clone() |
boolean |
equals(Object obj) |
List<EventDestination> |
getEventDestinations()
An array that includes all of the events destinations that have been configured for the configuration set.
|
int |
hashCode() |
void |
setEventDestinations(Collection<EventDestination> eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
|
String |
toString()
Returns a string representation of this object.
|
GetConfigurationSetEventDestinationsResult |
withEventDestinations(Collection<EventDestination> eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
|
GetConfigurationSetEventDestinationsResult |
withEventDestinations(EventDestination... eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetConfigurationSetEventDestinationsResult()
public List<EventDestination> getEventDestinations()
An array that includes all of the events destinations that have been configured for the configuration set.
public void setEventDestinations(Collection<EventDestination> eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
eventDestinations
- An array that includes all of the events destinations that have been configured for the configuration set.public GetConfigurationSetEventDestinationsResult withEventDestinations(EventDestination... eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
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
- An array that includes all of the events destinations that have been configured for the configuration set.public GetConfigurationSetEventDestinationsResult withEventDestinations(Collection<EventDestination> eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
eventDestinations
- An array that includes all of the events destinations that have been configured for the configuration set.public String toString()
toString
in class Object
Object.toString()
public GetConfigurationSetEventDestinationsResult clone()