Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticbeanstalk.model
Class EnvironmentInfoDescription

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.EnvironmentInfoDescription
All Implemented Interfaces:
Serializable

public class EnvironmentInfoDescription
extends Object
implements Serializable

The information retrieved from the Amazon EC2 instances.

See Also:
Serialized Form

Constructor Summary
EnvironmentInfoDescription()
          Default constructor for a new EnvironmentInfoDescription object.
 
Method Summary
 boolean equals(Object obj)
           
 String getEc2InstanceId()
          The Amazon EC2 Instance ID for this information.
 String getInfoType()
          The type of information retrieved.
 String getMessage()
          The retrieved information.
 Date getSampleTimestamp()
          The time stamp when this information was retrieved.
 int hashCode()
           
 void setEc2InstanceId(String ec2InstanceId)
          The Amazon EC2 Instance ID for this information.
 void setInfoType(EnvironmentInfoType infoType)
          The type of information retrieved.
 void setInfoType(String infoType)
          The type of information retrieved.
 void setMessage(String message)
          The retrieved information.
 void setSampleTimestamp(Date sampleTimestamp)
          The time stamp when this information was retrieved.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 EnvironmentInfoDescription withEc2InstanceId(String ec2InstanceId)
          The Amazon EC2 Instance ID for this information.
 EnvironmentInfoDescription withInfoType(EnvironmentInfoType infoType)
          The type of information retrieved.
 EnvironmentInfoDescription withInfoType(String infoType)
          The type of information retrieved.
 EnvironmentInfoDescription withMessage(String message)
          The retrieved information.
 EnvironmentInfoDescription withSampleTimestamp(Date sampleTimestamp)
          The time stamp when this information was retrieved.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnvironmentInfoDescription

public EnvironmentInfoDescription()
Default constructor for a new EnvironmentInfoDescription object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getInfoType

public String getInfoType()
The type of information retrieved.

Constraints:
Allowed Values: tail

Returns:
The type of information retrieved.
See Also:
EnvironmentInfoType

setInfoType

public void setInfoType(String infoType)
The type of information retrieved.

Constraints:
Allowed Values: tail

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

withInfoType

public EnvironmentInfoDescription withInfoType(String infoType)
The type of information retrieved.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: tail

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

setInfoType

public void setInfoType(EnvironmentInfoType infoType)
The type of information retrieved.

Constraints:
Allowed Values: tail

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

withInfoType

public EnvironmentInfoDescription withInfoType(EnvironmentInfoType infoType)
The type of information retrieved.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: tail

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

getEc2InstanceId

public String getEc2InstanceId()
The Amazon EC2 Instance ID for this information.

Returns:
The Amazon EC2 Instance ID for this information.

setEc2InstanceId

public void setEc2InstanceId(String ec2InstanceId)
The Amazon EC2 Instance ID for this information.

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

withEc2InstanceId

public EnvironmentInfoDescription withEc2InstanceId(String ec2InstanceId)
The Amazon EC2 Instance ID for this information.

Returns a reference to this object so that method calls can be chained together.

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

getSampleTimestamp

public Date getSampleTimestamp()
The time stamp when this information was retrieved.

Returns:
The time stamp when this information was retrieved.

setSampleTimestamp

public void setSampleTimestamp(Date sampleTimestamp)
The time stamp when this information was retrieved.

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

withSampleTimestamp

public EnvironmentInfoDescription withSampleTimestamp(Date sampleTimestamp)
The time stamp when this information was retrieved.

Returns a reference to this object so that method calls can be chained together.

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

getMessage

public String getMessage()
The retrieved information.

Returns:
The retrieved information.

setMessage

public void setMessage(String message)
The retrieved information.

Parameters:
message - The retrieved information.

withMessage

public EnvironmentInfoDescription withMessage(String message)
The retrieved information.

Returns a reference to this object so that method calls can be chained together.

Parameters:
message - The retrieved information.
Returns:
A reference to this updated 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:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.