@Generated(value="software.amazon.awssdk:codegen") public final class ServiceNowConnectorProfileCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceNowConnectorProfileCredentials.Builder,ServiceNowConnectorProfileCredentials>
The connector-specific profile credentials required when using ServiceNow.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceNowConnectorProfileCredentials.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceNowConnectorProfileCredentials.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OAuth2Credentials |
oAuth2Credentials()
The OAuth 2.0 credentials required to authenticate the user.
|
String |
password()
The password that corresponds to the user name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceNowConnectorProfileCredentials.Builder> |
serializableBuilderClass() |
ServiceNowConnectorProfileCredentials.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
The name of the user.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String username()
The name of the user.
public final String password()
The password that corresponds to the user name.
public final OAuth2Credentials oAuth2Credentials()
The OAuth 2.0 credentials required to authenticate the user.
public ServiceNowConnectorProfileCredentials.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceNowConnectorProfileCredentials.Builder,ServiceNowConnectorProfileCredentials>public static ServiceNowConnectorProfileCredentials.Builder builder()
public static Class<? extends ServiceNowConnectorProfileCredentials.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.