@Generated(value="software.amazon.awssdk:codegen") public final class ConnectionApiKeyAuthResponseParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectionApiKeyAuthResponseParameters.Builder,ConnectionApiKeyAuthResponseParameters>
Contains the authorization parameters for the connection if API Key is specified as the authorization type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectionApiKeyAuthResponseParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiKeyName()
The name of the header to use for the
APIKeyValue used for authorization. |
static ConnectionApiKeyAuthResponseParameters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectionApiKeyAuthResponseParameters.Builder> |
serializableBuilderClass() |
ConnectionApiKeyAuthResponseParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String apiKeyName()
The name of the header to use for the APIKeyValue used for authorization.
APIKeyValue used for authorization.public ConnectionApiKeyAuthResponseParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectionApiKeyAuthResponseParameters.Builder,ConnectionApiKeyAuthResponseParameters>public static ConnectionApiKeyAuthResponseParameters.Builder builder()
public static Class<? extends ConnectionApiKeyAuthResponseParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.