@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentInfoDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentInfoDescription.Builder,EnvironmentInfoDescription>
The information retrieved from the Amazon EC2 instances.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentInfoDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentInfoDescription.Builder |
builder() |
String |
ec2InstanceId()
The Amazon EC2 Instance ID for this information.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EnvironmentInfoType |
infoType()
The type of information retrieved.
|
String |
infoTypeAsString()
The type of information retrieved.
|
String |
message()
The retrieved information.
|
Instant |
sampleTimestamp()
The time stamp when this information was retrieved.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentInfoDescription.Builder> |
serializableBuilderClass() |
EnvironmentInfoDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EnvironmentInfoType infoType()
The type of information retrieved.
If the service returns an enum value that is not available in the current SDK version, infoType will
return EnvironmentInfoType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from infoTypeAsString().
EnvironmentInfoTypepublic final String infoTypeAsString()
The type of information retrieved.
If the service returns an enum value that is not available in the current SDK version, infoType will
return EnvironmentInfoType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from infoTypeAsString().
EnvironmentInfoTypepublic final String ec2InstanceId()
The Amazon EC2 Instance ID for this information.
public final Instant sampleTimestamp()
The time stamp when this information was retrieved.
public final 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.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
public EnvironmentInfoDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentInfoDescription.Builder,EnvironmentInfoDescription>public static EnvironmentInfoDescription.Builder builder()
public static Class<? extends EnvironmentInfoDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.