@Generated(value="software.amazon.awssdk:codegen") public class GetPasswordDataResponse extends EC2Response implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>
Contains the output of GetPasswordData.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPasswordDataResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetPasswordDataResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The ID of the Windows instance.
|
String |
passwordData()
The password of the instance.
|
static Class<? extends GetPasswordDataResponse.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
The time the data was last updated.
|
GetPasswordDataResponse.Builder |
toBuilder() |
String |
toString() |
public String instanceId()
The ID of the Windows instance.
public String passwordData()
The password of the instance. Returns an empty string if the password is not available.
public Instant timestamp()
The time the data was last updated.
public GetPasswordDataResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>toBuilder in class AwsResponsepublic static GetPasswordDataResponse.Builder builder()
public static Class<? extends GetPasswordDataResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.