ToCopyableBuilder<EnvironmentInfoDescription.Builder,EnvironmentInfoDescription>
@Generated("software.amazon.awssdk:codegen") public class EnvironmentInfoDescription extends Object implements ToCopyableBuilder<EnvironmentInfoDescription.Builder,EnvironmentInfoDescription>
The information retrieved from the Amazon EC2 instances.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EnvironmentInfoDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EnvironmentInfoDescription.Builder |
builder() |
|
String |
ec2InstanceId() |
The Amazon EC2 Instance ID for this information.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
infoType() |
The type of information retrieved.
|
String |
message() |
The retrieved information.
|
Date |
sampleTimestamp() |
The time stamp when this information was retrieved.
|
static Class<? extends EnvironmentInfoDescription.Builder> |
serializableBuilderClass() |
|
EnvironmentInfoDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String infoType()
The type of information retrieved.
EnvironmentInfoType
public String ec2InstanceId()
The Amazon EC2 Instance ID for this information.
public Date sampleTimestamp()
The time stamp when this information was retrieved.
public String message()
The retrieved information.
public EnvironmentInfoDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EnvironmentInfoDescription.Builder,EnvironmentInfoDescription>
public static EnvironmentInfoDescription.Builder builder()
public static Class<? extends EnvironmentInfoDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.