@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataIntegrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
UpdateDataIntegrationRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateDataIntegrationRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getDescription()
 A description of the DataIntegration. 
 | 
String | 
getIdentifier()
 A unique identifier for the DataIntegration. 
 | 
String | 
getName()
 The name of the DataIntegration. 
 | 
int | 
hashCode()  | 
void | 
setDescription(String description)
 A description of the DataIntegration. 
 | 
void | 
setIdentifier(String identifier)
 A unique identifier for the DataIntegration. 
 | 
void | 
setName(String name)
 The name of the DataIntegration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateDataIntegrationRequest | 
withDescription(String description)
 A description of the DataIntegration. 
 | 
UpdateDataIntegrationRequest | 
withIdentifier(String identifier)
 A unique identifier for the DataIntegration. 
 | 
UpdateDataIntegrationRequest | 
withName(String name)
 The name of the DataIntegration. 
 | 
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 setIdentifier(String identifier)
A unique identifier for the DataIntegration.
identifier - A unique identifier for the DataIntegration.public String getIdentifier()
A unique identifier for the DataIntegration.
public UpdateDataIntegrationRequest withIdentifier(String identifier)
A unique identifier for the DataIntegration.
identifier - A unique identifier for the DataIntegration.public void setName(String name)
The name of the DataIntegration.
name - The name of the DataIntegration.public String getName()
The name of the DataIntegration.
public UpdateDataIntegrationRequest withName(String name)
The name of the DataIntegration.
name - The name of the DataIntegration.public void setDescription(String description)
A description of the DataIntegration.
description - A description of the DataIntegration.public String getDescription()
A description of the DataIntegration.
public UpdateDataIntegrationRequest withDescription(String description)
A description of the DataIntegration.
description - A description of the DataIntegration.public String toString()
toString in class ObjectObject.toString()public UpdateDataIntegrationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()