@Generated(value="software.amazon.awssdk:codegen") public final class ApiKeyCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApiKeyCredentials.Builder,ApiKeyCredentials>
The API key credentials required for API key authentication.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApiKeyCredentials.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiKey()
The API key required for API key authentication.
|
String |
apiSecretKey()
The API secret key required for API key authentication.
|
static ApiKeyCredentials.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 ApiKeyCredentials.Builder> |
serializableBuilderClass() |
ApiKeyCredentials.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String apiKey()
The API key required for API key authentication.
public final String apiSecretKey()
The API secret key required for API key authentication.
public ApiKeyCredentials.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApiKeyCredentials.Builder,ApiKeyCredentials>public static ApiKeyCredentials.Builder builder()
public static Class<? extends ApiKeyCredentials.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.