Class ConfigExportDeliveryInfo

java.lang.Object
com.amazonaws.services.config.model.ConfigExportDeliveryInfo
All Implemented Interfaces:
Serializable, Cloneable

public class ConfigExportDeliveryInfo extends Object implements Serializable, Cloneable

A list that contains the status of the delivery of either the snapshot or the configuration history to the specified Amazon S3 bucket.

See Also:
  • Constructor Details

    • ConfigExportDeliveryInfo

      public ConfigExportDeliveryInfo()
  • Method Details

    • setLastStatus

      public void setLastStatus(String lastStatus)

      Status of the last attempted delivery.

      Parameters:
      lastStatus - Status of the last attempted delivery.
      See Also:
    • getLastStatus

      public String getLastStatus()

      Status of the last attempted delivery.

      Returns:
      Status of the last attempted delivery.
      See Also:
    • withLastStatus

      public ConfigExportDeliveryInfo withLastStatus(String lastStatus)

      Status of the last attempted delivery.

      Parameters:
      lastStatus - Status of the last attempted delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setLastStatus

      public void setLastStatus(DeliveryStatus lastStatus)

      Status of the last attempted delivery.

      Parameters:
      lastStatus - Status of the last attempted delivery.
      See Also:
    • withLastStatus

      public ConfigExportDeliveryInfo withLastStatus(DeliveryStatus lastStatus)

      Status of the last attempted delivery.

      Parameters:
      lastStatus - Status of the last attempted delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setLastErrorCode

      public void setLastErrorCode(String lastErrorCode)

      The error code from the last attempted delivery.

      Parameters:
      lastErrorCode - The error code from the last attempted delivery.
    • getLastErrorCode

      public String getLastErrorCode()

      The error code from the last attempted delivery.

      Returns:
      The error code from the last attempted delivery.
    • withLastErrorCode

      public ConfigExportDeliveryInfo withLastErrorCode(String lastErrorCode)

      The error code from the last attempted delivery.

      Parameters:
      lastErrorCode - The error code from the last attempted delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setLastErrorMessage

      public void setLastErrorMessage(String lastErrorMessage)

      The error message from the last attempted delivery.

      Parameters:
      lastErrorMessage - The error message from the last attempted delivery.
    • getLastErrorMessage

      public String getLastErrorMessage()

      The error message from the last attempted delivery.

      Returns:
      The error message from the last attempted delivery.
    • withLastErrorMessage

      public ConfigExportDeliveryInfo withLastErrorMessage(String lastErrorMessage)

      The error message from the last attempted delivery.

      Parameters:
      lastErrorMessage - The error message from the last attempted delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setLastAttemptTime

      public void setLastAttemptTime(Date lastAttemptTime)

      The time of the last attempted delivery.

      Parameters:
      lastAttemptTime - The time of the last attempted delivery.
    • getLastAttemptTime

      public Date getLastAttemptTime()

      The time of the last attempted delivery.

      Returns:
      The time of the last attempted delivery.
    • withLastAttemptTime

      public ConfigExportDeliveryInfo withLastAttemptTime(Date lastAttemptTime)

      The time of the last attempted delivery.

      Parameters:
      lastAttemptTime - The time of the last attempted delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setLastSuccessfulTime

      public void setLastSuccessfulTime(Date lastSuccessfulTime)

      The time of the last successful delivery.

      Parameters:
      lastSuccessfulTime - The time of the last successful delivery.
    • getLastSuccessfulTime

      public Date getLastSuccessfulTime()

      The time of the last successful delivery.

      Returns:
      The time of the last successful delivery.
    • withLastSuccessfulTime

      public ConfigExportDeliveryInfo withLastSuccessfulTime(Date lastSuccessfulTime)

      The time of the last successful delivery.

      Parameters:
      lastSuccessfulTime - The time of the last successful delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setNextDeliveryTime

      public void setNextDeliveryTime(Date nextDeliveryTime)

      The time that the next delivery occurs.

      Parameters:
      nextDeliveryTime - The time that the next delivery occurs.
    • getNextDeliveryTime

      public Date getNextDeliveryTime()

      The time that the next delivery occurs.

      Returns:
      The time that the next delivery occurs.
    • withNextDeliveryTime

      public ConfigExportDeliveryInfo withNextDeliveryTime(Date nextDeliveryTime)

      The time that the next delivery occurs.

      Parameters:
      nextDeliveryTime - The time that the next delivery occurs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public ConfigExportDeliveryInfo clone()
      Overrides:
      clone in class Object