@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentInfoDescription extends Object implements Serializable, Cloneable
The information retrieved from the Amazon EC2 instances.
Constructor and Description |
---|
EnvironmentInfoDescription() |
Modifier and Type | Method and Description |
---|---|
EnvironmentInfoDescription |
clone() |
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.
|
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.
|
public void setInfoType(String infoType)
The type of information retrieved.
infoType
- The type of information retrieved.EnvironmentInfoType
public String getInfoType()
The type of information retrieved.
EnvironmentInfoType
public EnvironmentInfoDescription withInfoType(String infoType)
The type of information retrieved.
infoType
- The type of information retrieved.EnvironmentInfoType
public void setInfoType(EnvironmentInfoType infoType)
The type of information retrieved.
infoType
- The type of information retrieved.EnvironmentInfoType
public EnvironmentInfoDescription withInfoType(EnvironmentInfoType infoType)
The type of information retrieved.
infoType
- The type of information retrieved.EnvironmentInfoType
public void setEc2InstanceId(String ec2InstanceId)
The Amazon EC2 Instance ID for this information.
ec2InstanceId
- The Amazon EC2 Instance ID for this information.public String getEc2InstanceId()
The Amazon EC2 Instance ID for this information.
public EnvironmentInfoDescription withEc2InstanceId(String ec2InstanceId)
The Amazon EC2 Instance ID for this information.
ec2InstanceId
- The Amazon EC2 Instance ID for this information.public void setSampleTimestamp(Date sampleTimestamp)
The time stamp when this information was retrieved.
sampleTimestamp
- The time stamp when this information was retrieved.public Date getSampleTimestamp()
The time stamp when this information was retrieved.
public EnvironmentInfoDescription withSampleTimestamp(Date sampleTimestamp)
The time stamp when this information was retrieved.
sampleTimestamp
- The time stamp when this information was retrieved.public void setMessage(String message)
The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
message
- The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15
minutes.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
public String getMessage()
The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
public EnvironmentInfoDescription withMessage(String message)
The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
message
- The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15
minutes.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
public String toString()
toString
in class Object
Object.toString()
public EnvironmentInfoDescription clone()