@Generated(value="software.amazon.awssdk:codegen") public class GetPasswordDataResponse extends AmazonWebServiceResult<ResponseMetadata> 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) |
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() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String instanceId()
The ID of the Windows instance.
public String passwordData()
The password of the instance.
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>public static GetPasswordDataResponse.Builder builder()
public static Class<? extends GetPasswordDataResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.