@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotAliasReplicaSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about all the aliases replication statuses applicable for global resiliency.
Constructor and Description |
---|
BotAliasReplicaSummary() |
Modifier and Type | Method and Description |
---|---|
BotAliasReplicaSummary |
clone() |
boolean |
equals(Object obj) |
String |
getBotAliasId()
The bot alias ID for all the alias bot replications.
|
String |
getBotAliasReplicationStatus()
The replication statuses for all the alias bot replications.
|
String |
getBotVersion()
The bot version for all the alias bot replications.
|
Date |
getCreationDateTime()
The creation time and date for all the alias bot replications.
|
List<String> |
getFailureReasons()
The reasons for failure for the aliases bot replications.
|
Date |
getLastUpdatedDateTime()
The last time and date updated for all the alias bot replications.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBotAliasId(String botAliasId)
The bot alias ID for all the alias bot replications.
|
void |
setBotAliasReplicationStatus(String botAliasReplicationStatus)
The replication statuses for all the alias bot replications.
|
void |
setBotVersion(String botVersion)
The bot version for all the alias bot replications.
|
void |
setCreationDateTime(Date creationDateTime)
The creation time and date for all the alias bot replications.
|
void |
setFailureReasons(Collection<String> failureReasons)
The reasons for failure for the aliases bot replications.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The last time and date updated for all the alias bot replications.
|
String |
toString()
Returns a string representation of this object.
|
BotAliasReplicaSummary |
withBotAliasId(String botAliasId)
The bot alias ID for all the alias bot replications.
|
BotAliasReplicaSummary |
withBotAliasReplicationStatus(BotAliasReplicationStatus botAliasReplicationStatus)
The replication statuses for all the alias bot replications.
|
BotAliasReplicaSummary |
withBotAliasReplicationStatus(String botAliasReplicationStatus)
The replication statuses for all the alias bot replications.
|
BotAliasReplicaSummary |
withBotVersion(String botVersion)
The bot version for all the alias bot replications.
|
BotAliasReplicaSummary |
withCreationDateTime(Date creationDateTime)
The creation time and date for all the alias bot replications.
|
BotAliasReplicaSummary |
withFailureReasons(Collection<String> failureReasons)
The reasons for failure for the aliases bot replications.
|
BotAliasReplicaSummary |
withFailureReasons(String... failureReasons)
The reasons for failure for the aliases bot replications.
|
BotAliasReplicaSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The last time and date updated for all the alias bot replications.
|
public void setBotAliasId(String botAliasId)
The bot alias ID for all the alias bot replications.
botAliasId
- The bot alias ID for all the alias bot replications.public String getBotAliasId()
The bot alias ID for all the alias bot replications.
public BotAliasReplicaSummary withBotAliasId(String botAliasId)
The bot alias ID for all the alias bot replications.
botAliasId
- The bot alias ID for all the alias bot replications.public void setBotAliasReplicationStatus(String botAliasReplicationStatus)
The replication statuses for all the alias bot replications.
botAliasReplicationStatus
- The replication statuses for all the alias bot replications.BotAliasReplicationStatus
public String getBotAliasReplicationStatus()
The replication statuses for all the alias bot replications.
BotAliasReplicationStatus
public BotAliasReplicaSummary withBotAliasReplicationStatus(String botAliasReplicationStatus)
The replication statuses for all the alias bot replications.
botAliasReplicationStatus
- The replication statuses for all the alias bot replications.BotAliasReplicationStatus
public BotAliasReplicaSummary withBotAliasReplicationStatus(BotAliasReplicationStatus botAliasReplicationStatus)
The replication statuses for all the alias bot replications.
botAliasReplicationStatus
- The replication statuses for all the alias bot replications.BotAliasReplicationStatus
public void setBotVersion(String botVersion)
The bot version for all the alias bot replications.
botVersion
- The bot version for all the alias bot replications.public String getBotVersion()
The bot version for all the alias bot replications.
public BotAliasReplicaSummary withBotVersion(String botVersion)
The bot version for all the alias bot replications.
botVersion
- The bot version for all the alias bot replications.public void setCreationDateTime(Date creationDateTime)
The creation time and date for all the alias bot replications.
creationDateTime
- The creation time and date for all the alias bot replications.public Date getCreationDateTime()
The creation time and date for all the alias bot replications.
public BotAliasReplicaSummary withCreationDateTime(Date creationDateTime)
The creation time and date for all the alias bot replications.
creationDateTime
- The creation time and date for all the alias bot replications.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The last time and date updated for all the alias bot replications.
lastUpdatedDateTime
- The last time and date updated for all the alias bot replications.public Date getLastUpdatedDateTime()
The last time and date updated for all the alias bot replications.
public BotAliasReplicaSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The last time and date updated for all the alias bot replications.
lastUpdatedDateTime
- The last time and date updated for all the alias bot replications.public List<String> getFailureReasons()
The reasons for failure for the aliases bot replications.
public void setFailureReasons(Collection<String> failureReasons)
The reasons for failure for the aliases bot replications.
failureReasons
- The reasons for failure for the aliases bot replications.public BotAliasReplicaSummary withFailureReasons(String... failureReasons)
The reasons for failure for the aliases bot replications.
NOTE: This method appends the values to the existing list (if any). Use
setFailureReasons(java.util.Collection)
or withFailureReasons(java.util.Collection)
if you want
to override the existing values.
failureReasons
- The reasons for failure for the aliases bot replications.public BotAliasReplicaSummary withFailureReasons(Collection<String> failureReasons)
The reasons for failure for the aliases bot replications.
failureReasons
- The reasons for failure for the aliases bot replications.public String toString()
toString
in class Object
Object.toString()
public BotAliasReplicaSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.