ToCopyableBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>
@Generated("software.amazon.awssdk:codegen") public class GetPasswordDataResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>
Contains the output of GetPasswordData.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetPasswordDataResponse.Builder |
Modifier and Type | Method | 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() |
|
Date |
timestamp() |
The time the data was last updated.
|
GetPasswordDataResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String instanceId()
The ID of the Windows instance.
public String passwordData()
The password of the instance.
public Date timestamp()
The time the data was last updated.
public GetPasswordDataResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>
public static GetPasswordDataResponse.Builder builder()
public static Class<? extends GetPasswordDataResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.