@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataIntegrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDataIntegrationResult() |
Modifier and Type | Method and Description |
---|---|
CreateDataIntegrationResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDataIntegrationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDataIntegrationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN)
|
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getDescription()
A description of the DataIntegration.
|
String |
getId()
A unique identifier.
|
String |
getKmsKey()
The KMS key for the DataIntegration.
|
String |
getName()
The name of the DataIntegration.
|
ScheduleConfiguration |
getScheduleConfiguration()
The name of the data and how often it should be pulled from the source.
|
String |
getSourceURI()
The URI of the data source.
|
Map<String,String> |
getTags()
One or more tags.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN)
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setDescription(String description)
A description of the DataIntegration.
|
void |
setId(String id)
A unique identifier.
|
void |
setKmsKey(String kmsKey)
The KMS key for the DataIntegration.
|
void |
setName(String name)
The name of the DataIntegration.
|
void |
setScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
void |
setSourceURI(String sourceURI)
The URI of the data source.
|
void |
setTags(Map<String,String> tags)
One or more tags.
|
String |
toString()
Returns a string representation of this object.
|
CreateDataIntegrationResult |
withArn(String arn)
The Amazon Resource Name (ARN)
|
CreateDataIntegrationResult |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateDataIntegrationResult |
withDescription(String description)
A description of the DataIntegration.
|
CreateDataIntegrationResult |
withId(String id)
A unique identifier.
|
CreateDataIntegrationResult |
withKmsKey(String kmsKey)
The KMS key for the DataIntegration.
|
CreateDataIntegrationResult |
withName(String name)
The name of the DataIntegration.
|
CreateDataIntegrationResult |
withScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
CreateDataIntegrationResult |
withSourceURI(String sourceURI)
The URI of the data source.
|
CreateDataIntegrationResult |
withTags(Map<String,String> tags)
One or more tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN)
arn
- The Amazon Resource Name (ARN)public String getArn()
The Amazon Resource Name (ARN)
public CreateDataIntegrationResult withArn(String arn)
The Amazon Resource Name (ARN)
arn
- The Amazon Resource Name (ARN)public void setId(String id)
A unique identifier.
id
- A unique identifier.public String getId()
A unique identifier.
public CreateDataIntegrationResult withId(String id)
A unique identifier.
id
- A unique identifier.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 CreateDataIntegrationResult 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 CreateDataIntegrationResult withDescription(String description)
A description of the DataIntegration.
description
- A description of the DataIntegration.public void setKmsKey(String kmsKey)
The KMS key for the DataIntegration.
kmsKey
- The KMS key for the DataIntegration.public String getKmsKey()
The KMS key for the DataIntegration.
public CreateDataIntegrationResult withKmsKey(String kmsKey)
The KMS key for the DataIntegration.
kmsKey
- The KMS key for the DataIntegration.public void setSourceURI(String sourceURI)
The URI of the data source.
sourceURI
- The URI of the data source.public String getSourceURI()
The URI of the data source.
public CreateDataIntegrationResult withSourceURI(String sourceURI)
The URI of the data source.
sourceURI
- The URI of the data source.public void setScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
scheduleConfiguration
- The name of the data and how often it should be pulled from the source.public ScheduleConfiguration getScheduleConfiguration()
The name of the data and how often it should be pulled from the source.
public CreateDataIntegrationResult withScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
scheduleConfiguration
- The name of the data and how often it should be pulled from the source.public void setTags(Map<String,String> tags)
One or more tags.
tags
- One or more tags.public CreateDataIntegrationResult withTags(Map<String,String> tags)
One or more tags.
tags
- One or more tags.public CreateDataIntegrationResult addTagsEntry(String key, String value)
public CreateDataIntegrationResult clearTagsEntries()
public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CreateDataIntegrationResult withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public CreateDataIntegrationResult clone()