Class EnvironmentInfoDescription

java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.EnvironmentInfoDescription
All Implemented Interfaces:
Serializable, Cloneable

public class EnvironmentInfoDescription extends Object implements Serializable, Cloneable

The information retrieved from the Amazon EC2 instances.

See Also:
  • Constructor Details

    • EnvironmentInfoDescription

      public EnvironmentInfoDescription()
  • Method Details

    • setInfoType

      public void setInfoType(String infoType)

      The type of information retrieved.

      Parameters:
      infoType - The type of information retrieved.
      See Also:
    • getInfoType

      public String getInfoType()

      The type of information retrieved.

      Returns:
      The type of information retrieved.
      See Also:
    • withInfoType

      public EnvironmentInfoDescription withInfoType(String infoType)

      The type of information retrieved.

      Parameters:
      infoType - The type of information retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setInfoType

      public void setInfoType(EnvironmentInfoType infoType)

      The type of information retrieved.

      Parameters:
      infoType - The type of information retrieved.
      See Also:
    • withInfoType

      public EnvironmentInfoDescription withInfoType(EnvironmentInfoType infoType)

      The type of information retrieved.

      Parameters:
      infoType - The type of information retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setEc2InstanceId

      public void setEc2InstanceId(String ec2InstanceId)

      The Amazon EC2 Instance ID for this information.

      Parameters:
      ec2InstanceId - The Amazon EC2 Instance ID for this information.
    • getEc2InstanceId

      public String getEc2InstanceId()

      The Amazon EC2 Instance ID for this information.

      Returns:
      The Amazon EC2 Instance ID for this information.
    • withEc2InstanceId

      public EnvironmentInfoDescription withEc2InstanceId(String ec2InstanceId)

      The Amazon EC2 Instance ID for this information.

      Parameters:
      ec2InstanceId - The Amazon EC2 Instance ID for this information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setSampleTimestamp

      public void setSampleTimestamp(Date sampleTimestamp)

      The time stamp when this information was retrieved.

      Parameters:
      sampleTimestamp - The time stamp when this information was retrieved.
    • getSampleTimestamp

      public Date getSampleTimestamp()

      The time stamp when this information was retrieved.

      Returns:
      The time stamp when this information was retrieved.
    • withSampleTimestamp

      public EnvironmentInfoDescription withSampleTimestamp(Date sampleTimestamp)

      The time stamp when this information was retrieved.

      Parameters:
      sampleTimestamp - The time stamp when this information was retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setMessage

      public void setMessage(String message)

      The retrieved information.

      Parameters:
      message - The retrieved information.
    • getMessage

      public String getMessage()

      The retrieved information.

      Returns:
      The retrieved information.
    • withMessage

      public EnvironmentInfoDescription withMessage(String message)

      The retrieved information.

      Parameters:
      message - The retrieved information.
      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

      Overrides:
      clone in class Object