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