@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEventIntegrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateEventIntegrationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEventIntegrationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDescription()
 The description of the event inegration. | 
| String | getName()
 The name of the event integration. | 
| int | hashCode() | 
| void | setDescription(String description)
 The description of the event inegration. | 
| void | setName(String name)
 The name of the event integration. | 
| String | toString()Returns a string representation of this object. | 
| UpdateEventIntegrationRequest | withDescription(String description)
 The description of the event inegration. | 
| UpdateEventIntegrationRequest | withName(String name)
 The name of the event integration. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the event integration.
name - The name of the event integration.public String getName()
The name of the event integration.
public UpdateEventIntegrationRequest withName(String name)
The name of the event integration.
name - The name of the event integration.public void setDescription(String description)
The description of the event inegration.
description - The description of the event inegration.public String getDescription()
The description of the event inegration.
public UpdateEventIntegrationRequest withDescription(String description)
The description of the event inegration.
description - The description of the event inegration.public String toString()
toString in class ObjectObject.toString()public UpdateEventIntegrationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()