@Generated(value="software.amazon.awssdk:codegen") public final class InforNexusConnectorProfileCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InforNexusConnectorProfileCredentials.Builder,InforNexusConnectorProfileCredentials>
The connector-specific profile credentials required by Infor Nexus.
Modifier and Type | Class and Description |
---|---|
static interface |
InforNexusConnectorProfileCredentials.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accessKeyId()
The Access Key portion of the credentials.
|
static InforNexusConnectorProfileCredentials.Builder |
builder() |
String |
datakey()
The encryption keys used to encrypt data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretAccessKey()
The secret key used to sign requests.
|
static Class<? extends InforNexusConnectorProfileCredentials.Builder> |
serializableBuilderClass() |
InforNexusConnectorProfileCredentials.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
String |
userId()
The identifier for the user.
|
copy
public final String accessKeyId()
The Access Key portion of the credentials.
public final String userId()
The identifier for the user.
public final String secretAccessKey()
The secret key used to sign requests.
public final String datakey()
The encryption keys used to encrypt data.
public InforNexusConnectorProfileCredentials.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InforNexusConnectorProfileCredentials.Builder,InforNexusConnectorProfileCredentials>
public static InforNexusConnectorProfileCredentials.Builder builder()
public static Class<? extends InforNexusConnectorProfileCredentials.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.