Class EnvironmentInfoDescription
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.EnvironmentInfoDescription
- All Implemented Interfaces:
Serializable, Cloneable
The information retrieved from the Amazon EC2 instances.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe Amazon EC2 Instance ID for this information.The type of information retrieved.The retrieved information.The time stamp when this information was retrieved.inthashCode()voidsetEc2InstanceId(String ec2InstanceId) The Amazon EC2 Instance ID for this information.voidsetInfoType(EnvironmentInfoType infoType) The type of information retrieved.voidsetInfoType(String infoType) The type of information retrieved.voidsetMessage(String message) The retrieved information.voidsetSampleTimestamp(Date sampleTimestamp) The time stamp when this information was retrieved.toString()Returns a string representation of this object; useful for testing and debugging.withEc2InstanceId(String ec2InstanceId) The Amazon EC2 Instance ID for this information.withInfoType(EnvironmentInfoType infoType) The type of information retrieved.withInfoType(String infoType) The type of information retrieved.withMessage(String message) The retrieved information.withSampleTimestamp(Date sampleTimestamp) The time stamp when this information was retrieved.
-
Constructor Details
-
EnvironmentInfoDescription
public EnvironmentInfoDescription()
-
-
Method Details
-
setInfoType
The type of information retrieved.
- Parameters:
infoType- The type of information retrieved.- See Also:
-
getInfoType
The type of information retrieved.
- Returns:
- The type of information retrieved.
- See Also:
-
withInfoType
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
The type of information retrieved.
- Parameters:
infoType- The type of information retrieved.- See Also:
-
withInfoType
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
The Amazon EC2 Instance ID for this information.
- Parameters:
ec2InstanceId- The Amazon EC2 Instance ID for this information.
-
getEc2InstanceId
The Amazon EC2 Instance ID for this information.
- Returns:
- The Amazon EC2 Instance ID for this information.
-
withEc2InstanceId
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
The time stamp when this information was retrieved.
- Parameters:
sampleTimestamp- The time stamp when this information was retrieved.
-
getSampleTimestamp
The time stamp when this information was retrieved.
- Returns:
- The time stamp when this information was retrieved.
-
withSampleTimestamp
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
The retrieved information.
- Parameters:
message- The retrieved information.
-
getMessage
-
withMessage
The retrieved information.
- Parameters:
message- The retrieved information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-