@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataIntegrationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about the DataIntegration.
Constructor and Description |
---|
DataIntegrationSummary() |
Modifier and Type | Method and Description |
---|---|
DataIntegrationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the DataIntegration.
|
String |
getName()
The name of the DataIntegration.
|
String |
getSourceURI()
The URI of the data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the DataIntegration.
|
void |
setName(String name)
The name of the DataIntegration.
|
void |
setSourceURI(String sourceURI)
The URI of the data source.
|
String |
toString()
Returns a string representation of this object.
|
DataIntegrationSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the DataIntegration.
|
DataIntegrationSummary |
withName(String name)
The name of the DataIntegration.
|
DataIntegrationSummary |
withSourceURI(String sourceURI)
The URI of the data source.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the DataIntegration.
arn
- The Amazon Resource Name (ARN) of the DataIntegration.public String getArn()
The Amazon Resource Name (ARN) of the DataIntegration.
public DataIntegrationSummary withArn(String arn)
The Amazon Resource Name (ARN) of the DataIntegration.
arn
- The Amazon Resource Name (ARN) of 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 DataIntegrationSummary withName(String name)
The name of the DataIntegration.
name
- The name of 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 DataIntegrationSummary withSourceURI(String sourceURI)
The URI of the data source.
sourceURI
- The URI of the data source.public String toString()
toString
in class Object
Object.toString()
public DataIntegrationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.