ToCopyableBuilder<GrantAccessResponse.Builder,GrantAccessResponse>
@Generated("software.amazon.awssdk:codegen") public class GrantAccessResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GrantAccessResponse.Builder,GrantAccessResponse>
Contains the response to a GrantAccess
request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GrantAccessResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GrantAccessResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GrantAccessResponse.Builder> |
serializableBuilderClass() |
|
TemporaryCredential |
temporaryCredential() |
A
TemporaryCredential object that contains the data needed to log in to the instance by RDP clients,
such as the Microsoft Remote Desktop Connection. |
GrantAccessResponse.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 TemporaryCredential temporaryCredential()
A TemporaryCredential
object that contains the data needed to log in to the instance by RDP clients,
such as the Microsoft Remote Desktop Connection.
TemporaryCredential
object that contains the data needed to log in to the instance by RDP
clients, such as the Microsoft Remote Desktop Connection.public GrantAccessResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GrantAccessResponse.Builder,GrantAccessResponse>
public static GrantAccessResponse.Builder builder()
public static Class<? extends GrantAccessResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.