@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataIntegrationAssociationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about the DataIntegration association.
Constructor and Description |
---|
DataIntegrationAssociationSummary() |
Modifier and Type | Method and Description |
---|---|
DataIntegrationAssociationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getClientId()
The identifier for the client that is associated with the DataIntegration association.
|
String |
getDataIntegrationArn()
The Amazon Resource Name (ARN) of the DataIntegration.
|
String |
getDataIntegrationAssociationArn()
The Amazon Resource Name (ARN) of the DataIntegration association.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClientId(String clientId)
The identifier for the client that is associated with the DataIntegration association.
|
void |
setDataIntegrationArn(String dataIntegrationArn)
The Amazon Resource Name (ARN) of the DataIntegration.
|
void |
setDataIntegrationAssociationArn(String dataIntegrationAssociationArn)
The Amazon Resource Name (ARN) of the DataIntegration association.
|
String |
toString()
Returns a string representation of this object.
|
DataIntegrationAssociationSummary |
withClientId(String clientId)
The identifier for the client that is associated with the DataIntegration association.
|
DataIntegrationAssociationSummary |
withDataIntegrationArn(String dataIntegrationArn)
The Amazon Resource Name (ARN) of the DataIntegration.
|
DataIntegrationAssociationSummary |
withDataIntegrationAssociationArn(String dataIntegrationAssociationArn)
The Amazon Resource Name (ARN) of the DataIntegration association.
|
public void setDataIntegrationAssociationArn(String dataIntegrationAssociationArn)
The Amazon Resource Name (ARN) of the DataIntegration association.
dataIntegrationAssociationArn
- The Amazon Resource Name (ARN) of the DataIntegration association.public String getDataIntegrationAssociationArn()
The Amazon Resource Name (ARN) of the DataIntegration association.
public DataIntegrationAssociationSummary withDataIntegrationAssociationArn(String dataIntegrationAssociationArn)
The Amazon Resource Name (ARN) of the DataIntegration association.
dataIntegrationAssociationArn
- The Amazon Resource Name (ARN) of the DataIntegration association.public void setDataIntegrationArn(String dataIntegrationArn)
The Amazon Resource Name (ARN) of the DataIntegration.
dataIntegrationArn
- The Amazon Resource Name (ARN) of the DataIntegration.public String getDataIntegrationArn()
The Amazon Resource Name (ARN) of the DataIntegration.
public DataIntegrationAssociationSummary withDataIntegrationArn(String dataIntegrationArn)
The Amazon Resource Name (ARN) of the DataIntegration.
dataIntegrationArn
- The Amazon Resource Name (ARN) of the DataIntegration.public void setClientId(String clientId)
The identifier for the client that is associated with the DataIntegration association.
clientId
- The identifier for the client that is associated with the DataIntegration association.public String getClientId()
The identifier for the client that is associated with the DataIntegration association.
public DataIntegrationAssociationSummary withClientId(String clientId)
The identifier for the client that is associated with the DataIntegration association.
clientId
- The identifier for the client that is associated with the DataIntegration association.public String toString()
toString
in class Object
Object.toString()
public DataIntegrationAssociationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.