@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PartnerIntegrationInfo extends Object implements Serializable, Cloneable
Describes a partner integration.
Constructor and Description |
---|
PartnerIntegrationInfo() |
Modifier and Type | Method and Description |
---|---|
PartnerIntegrationInfo |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date (UTC) that the partner integration was created.
|
String |
getDatabaseName()
The name of the database that receives data from a partner.
|
String |
getPartnerName()
The name of the partner.
|
String |
getStatus()
The partner integration status.
|
String |
getStatusMessage()
The status message provided by the partner.
|
Date |
getUpdatedAt()
The date (UTC) that the partner integration status was last updated by the partner.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The date (UTC) that the partner integration was created.
|
void |
setDatabaseName(String databaseName)
The name of the database that receives data from a partner.
|
void |
setPartnerName(String partnerName)
The name of the partner.
|
void |
setStatus(String status)
The partner integration status.
|
void |
setStatusMessage(String statusMessage)
The status message provided by the partner.
|
void |
setUpdatedAt(Date updatedAt)
The date (UTC) that the partner integration status was last updated by the partner.
|
String |
toString()
Returns a string representation of this object.
|
PartnerIntegrationInfo |
withCreatedAt(Date createdAt)
The date (UTC) that the partner integration was created.
|
PartnerIntegrationInfo |
withDatabaseName(String databaseName)
The name of the database that receives data from a partner.
|
PartnerIntegrationInfo |
withPartnerName(String partnerName)
The name of the partner.
|
PartnerIntegrationInfo |
withStatus(PartnerIntegrationStatus status)
The partner integration status.
|
PartnerIntegrationInfo |
withStatus(String status)
The partner integration status.
|
PartnerIntegrationInfo |
withStatusMessage(String statusMessage)
The status message provided by the partner.
|
PartnerIntegrationInfo |
withUpdatedAt(Date updatedAt)
The date (UTC) that the partner integration status was last updated by the partner.
|
public void setDatabaseName(String databaseName)
The name of the database that receives data from a partner.
databaseName
- The name of the database that receives data from a partner.public String getDatabaseName()
The name of the database that receives data from a partner.
public PartnerIntegrationInfo withDatabaseName(String databaseName)
The name of the database that receives data from a partner.
databaseName
- The name of the database that receives data from a partner.public void setPartnerName(String partnerName)
The name of the partner.
partnerName
- The name of the partner.public String getPartnerName()
The name of the partner.
public PartnerIntegrationInfo withPartnerName(String partnerName)
The name of the partner.
partnerName
- The name of the partner.public void setStatus(String status)
The partner integration status.
status
- The partner integration status.PartnerIntegrationStatus
public String getStatus()
The partner integration status.
PartnerIntegrationStatus
public PartnerIntegrationInfo withStatus(String status)
The partner integration status.
status
- The partner integration status.PartnerIntegrationStatus
public PartnerIntegrationInfo withStatus(PartnerIntegrationStatus status)
The partner integration status.
status
- The partner integration status.PartnerIntegrationStatus
public void setStatusMessage(String statusMessage)
The status message provided by the partner.
statusMessage
- The status message provided by the partner.public String getStatusMessage()
The status message provided by the partner.
public PartnerIntegrationInfo withStatusMessage(String statusMessage)
The status message provided by the partner.
statusMessage
- The status message provided by the partner.public void setCreatedAt(Date createdAt)
The date (UTC) that the partner integration was created.
createdAt
- The date (UTC) that the partner integration was created.public Date getCreatedAt()
The date (UTC) that the partner integration was created.
public PartnerIntegrationInfo withCreatedAt(Date createdAt)
The date (UTC) that the partner integration was created.
createdAt
- The date (UTC) that the partner integration was created.public void setUpdatedAt(Date updatedAt)
The date (UTC) that the partner integration status was last updated by the partner.
updatedAt
- The date (UTC) that the partner integration status was last updated by the partner.public Date getUpdatedAt()
The date (UTC) that the partner integration status was last updated by the partner.
public PartnerIntegrationInfo withUpdatedAt(Date updatedAt)
The date (UTC) that the partner integration status was last updated by the partner.
updatedAt
- The date (UTC) that the partner integration status was last updated by the partner.public String toString()
toString
in class Object
Object.toString()
public PartnerIntegrationInfo clone()