@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetUserProvidedCredentialsResponse extends Object
_GetUserProvidedCredentialsResponse.
Use the builder to create immutable instances:
GetUserProvidedCredentialsResponse.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
GetUserProvidedCredentialsResponse.Builder
Builds instances of type
GetUserProvidedCredentialsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetUserProvidedCredentialsResponse.Builder |
builder()
Creates a builder for
GetUserProvidedCredentialsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetUserProvidedCredentialsResponse that have equal attribute values. |
Map<String,Object> |
getCredentials() |
int |
hashCode()
Computes a hash code from attributes:
credentials. |
String |
toString()
Prints the immutable value
GetUserProvidedCredentialsResponse with attribute values. |
public boolean equals(Object another)
GetUserProvidedCredentialsResponse that have equal attribute values.public int hashCode()
credentials.public String toString()
GetUserProvidedCredentialsResponse with attribute values.public static GetUserProvidedCredentialsResponse.Builder builder()
GetUserProvidedCredentialsResponse.
GetUserProvidedCredentialsResponse.builder()
.credential|putAllCredentials(String => Object) // credentials mappings
.build();
Copyright © 2022. All rights reserved.