@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEventDestinationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateEventDestinationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateEventDestinationResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetArn()
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
|
String |
getConfigurationSetName()
The name of the configuration set.
|
EventDestination |
getEventDestination()
An EventDestination object containing the details of where events will be logged.
|
int |
hashCode() |
void |
setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
|
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set.
|
void |
setEventDestination(EventDestination eventDestination)
An EventDestination object containing the details of where events will be logged.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEventDestinationResult |
withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
|
UpdateEventDestinationResult |
withConfigurationSetName(String configurationSetName)
The name of the configuration set.
|
UpdateEventDestinationResult |
withEventDestination(EventDestination eventDestination)
An EventDestination object containing the details of where events will be logged.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
configurationSetArn
- The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.public String getConfigurationSetArn()
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
public UpdateEventDestinationResult withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
configurationSetArn
- The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.public void setConfigurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName
- The name of the configuration set.public String getConfigurationSetName()
The name of the configuration set.
public UpdateEventDestinationResult withConfigurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName
- The name of the configuration set.public void setEventDestination(EventDestination eventDestination)
An EventDestination object containing the details of where events will be logged.
eventDestination
- An EventDestination object containing the details of where events will be logged.public EventDestination getEventDestination()
An EventDestination object containing the details of where events will be logged.
public UpdateEventDestinationResult withEventDestination(EventDestination eventDestination)
An EventDestination object containing the details of where events will be logged.
eventDestination
- An EventDestination object containing the details of where events will be logged.public String toString()
toString
in class Object
Object.toString()
public UpdateEventDestinationResult clone()