@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AggregatedSourceStatus extends Object implements Serializable, Cloneable, StructuredPojo
The current sync status between the source and the aggregator account.
| Constructor and Description |
|---|
AggregatedSourceStatus() |
| Modifier and Type | Method and Description |
|---|---|
AggregatedSourceStatus |
clone() |
boolean |
equals(Object obj) |
String |
getAwsRegion()
The region authorized to collect aggregated data.
|
String |
getLastErrorCode()
The error code that Config returned when the source account aggregation last failed.
|
String |
getLastErrorMessage()
The message indicating that the source account aggregation failed due to an error.
|
String |
getLastUpdateStatus()
Filters the last updated status type.
|
Date |
getLastUpdateTime()
The time of the last update.
|
String |
getSourceId()
The source account ID or an organization.
|
String |
getSourceType()
The source account or an organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAwsRegion(String awsRegion)
The region authorized to collect aggregated data.
|
void |
setLastErrorCode(String lastErrorCode)
The error code that Config returned when the source account aggregation last failed.
|
void |
setLastErrorMessage(String lastErrorMessage)
The message indicating that the source account aggregation failed due to an error.
|
void |
setLastUpdateStatus(String lastUpdateStatus)
Filters the last updated status type.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The time of the last update.
|
void |
setSourceId(String sourceId)
The source account ID or an organization.
|
void |
setSourceType(String sourceType)
The source account or an organization.
|
String |
toString()
Returns a string representation of this object.
|
AggregatedSourceStatus |
withAwsRegion(String awsRegion)
The region authorized to collect aggregated data.
|
AggregatedSourceStatus |
withLastErrorCode(String lastErrorCode)
The error code that Config returned when the source account aggregation last failed.
|
AggregatedSourceStatus |
withLastErrorMessage(String lastErrorMessage)
The message indicating that the source account aggregation failed due to an error.
|
AggregatedSourceStatus |
withLastUpdateStatus(AggregatedSourceStatusType lastUpdateStatus)
Filters the last updated status type.
|
AggregatedSourceStatus |
withLastUpdateStatus(String lastUpdateStatus)
Filters the last updated status type.
|
AggregatedSourceStatus |
withLastUpdateTime(Date lastUpdateTime)
The time of the last update.
|
AggregatedSourceStatus |
withSourceId(String sourceId)
The source account ID or an organization.
|
AggregatedSourceStatus |
withSourceType(AggregatedSourceType sourceType)
The source account or an organization.
|
AggregatedSourceStatus |
withSourceType(String sourceType)
The source account or an organization.
|
public void setSourceId(String sourceId)
The source account ID or an organization.
sourceId - The source account ID or an organization.public String getSourceId()
The source account ID or an organization.
public AggregatedSourceStatus withSourceId(String sourceId)
The source account ID or an organization.
sourceId - The source account ID or an organization.public void setSourceType(String sourceType)
The source account or an organization.
sourceType - The source account or an organization.AggregatedSourceTypepublic String getSourceType()
The source account or an organization.
AggregatedSourceTypepublic AggregatedSourceStatus withSourceType(String sourceType)
The source account or an organization.
sourceType - The source account or an organization.AggregatedSourceTypepublic AggregatedSourceStatus withSourceType(AggregatedSourceType sourceType)
The source account or an organization.
sourceType - The source account or an organization.AggregatedSourceTypepublic void setAwsRegion(String awsRegion)
The region authorized to collect aggregated data.
awsRegion - The region authorized to collect aggregated data.public String getAwsRegion()
The region authorized to collect aggregated data.
public AggregatedSourceStatus withAwsRegion(String awsRegion)
The region authorized to collect aggregated data.
awsRegion - The region authorized to collect aggregated data.public void setLastUpdateStatus(String lastUpdateStatus)
Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
lastUpdateStatus - Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusTypepublic String getLastUpdateStatus()
Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusTypepublic AggregatedSourceStatus withLastUpdateStatus(String lastUpdateStatus)
Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
lastUpdateStatus - Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusTypepublic AggregatedSourceStatus withLastUpdateStatus(AggregatedSourceStatusType lastUpdateStatus)
Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
lastUpdateStatus - Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusTypepublic void setLastUpdateTime(Date lastUpdateTime)
The time of the last update.
lastUpdateTime - The time of the last update.public Date getLastUpdateTime()
The time of the last update.
public AggregatedSourceStatus withLastUpdateTime(Date lastUpdateTime)
The time of the last update.
lastUpdateTime - The time of the last update.public void setLastErrorCode(String lastErrorCode)
The error code that Config returned when the source account aggregation last failed.
lastErrorCode - The error code that Config returned when the source account aggregation last failed.public String getLastErrorCode()
The error code that Config returned when the source account aggregation last failed.
public AggregatedSourceStatus withLastErrorCode(String lastErrorCode)
The error code that Config returned when the source account aggregation last failed.
lastErrorCode - The error code that Config returned when the source account aggregation last failed.public void setLastErrorMessage(String lastErrorMessage)
The message indicating that the source account aggregation failed due to an error.
lastErrorMessage - The message indicating that the source account aggregation failed due to an error.public String getLastErrorMessage()
The message indicating that the source account aggregation failed due to an error.
public AggregatedSourceStatus withLastErrorMessage(String lastErrorMessage)
The message indicating that the source account aggregation failed due to an error.
lastErrorMessage - The message indicating that the source account aggregation failed due to an error.public String toString()
toString in class ObjectObject.toString()public AggregatedSourceStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.