public class EnvironmentInfoDescription
extends java.lang.Object
implements java.io.Serializable
The information retrieved from the Amazon EC2 instances.
| コンストラクタと説明 |
|---|
EnvironmentInfoDescription()
Default constructor for a new EnvironmentInfoDescription object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEc2InstanceId()
The Amazon EC2 Instance ID for this information.
|
java.lang.String |
getInfoType()
The type of information retrieved.
|
java.lang.String |
getMessage()
The retrieved information.
|
java.util.Date |
getSampleTimestamp()
The time stamp when this information was retrieved.
|
int |
hashCode() |
void |
setEc2InstanceId(java.lang.String ec2InstanceId)
The Amazon EC2 Instance ID for this information.
|
void |
setInfoType(EnvironmentInfoType infoType)
The type of information retrieved.
|
void |
setInfoType(java.lang.String infoType)
The type of information retrieved.
|
void |
setMessage(java.lang.String message)
The retrieved information.
|
void |
setSampleTimestamp(java.util.Date sampleTimestamp)
The time stamp when this information was retrieved.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnvironmentInfoDescription |
withEc2InstanceId(java.lang.String ec2InstanceId)
The Amazon EC2 Instance ID for this information.
|
EnvironmentInfoDescription |
withInfoType(EnvironmentInfoType infoType)
The type of information retrieved.
|
EnvironmentInfoDescription |
withInfoType(java.lang.String infoType)
The type of information retrieved.
|
EnvironmentInfoDescription |
withMessage(java.lang.String message)
The retrieved information.
|
EnvironmentInfoDescription |
withSampleTimestamp(java.util.Date sampleTimestamp)
The time stamp when this information was retrieved.
|
public EnvironmentInfoDescription()
public java.lang.String getInfoType()
Constraints:
Allowed Values: tail
EnvironmentInfoTypepublic void setInfoType(java.lang.String infoType)
Constraints:
Allowed Values: tail
infoType - The type of information retrieved.EnvironmentInfoTypepublic EnvironmentInfoDescription withInfoType(java.lang.String infoType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: tail
infoType - The type of information retrieved.EnvironmentInfoTypepublic void setInfoType(EnvironmentInfoType infoType)
Constraints:
Allowed Values: tail
infoType - The type of information retrieved.EnvironmentInfoTypepublic EnvironmentInfoDescription withInfoType(EnvironmentInfoType infoType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: tail
infoType - The type of information retrieved.EnvironmentInfoTypepublic java.lang.String getEc2InstanceId()
public void setEc2InstanceId(java.lang.String ec2InstanceId)
ec2InstanceId - The Amazon EC2 Instance ID for this information.public EnvironmentInfoDescription withEc2InstanceId(java.lang.String ec2InstanceId)
Returns a reference to this object so that method calls can be chained together.
ec2InstanceId - The Amazon EC2 Instance ID for this information.public java.util.Date getSampleTimestamp()
public void setSampleTimestamp(java.util.Date sampleTimestamp)
sampleTimestamp - The time stamp when this information was retrieved.public EnvironmentInfoDescription withSampleTimestamp(java.util.Date sampleTimestamp)
Returns a reference to this object so that method calls can be chained together.
sampleTimestamp - The time stamp when this information was retrieved.public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - The retrieved information.public EnvironmentInfoDescription withMessage(java.lang.String message)
Returns a reference to this object so that method calls can be chained together.
message - The retrieved information.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object