Class HoneycodeConnectorProfileCredentials
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.HoneycodeConnectorProfileCredentials
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HoneycodeConnectorProfileCredentials.Builder,HoneycodeConnectorProfileCredentials>
@Generated("software.amazon.awssdk:codegen") public final class HoneycodeConnectorProfileCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HoneycodeConnectorProfileCredentials.Builder,HoneycodeConnectorProfileCredentials>
The connector-specific credentials required when using Amazon Honeycode.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHoneycodeConnectorProfileCredentials.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessToken()The credentials used to access protected Amazon Honeycode resources.static HoneycodeConnectorProfileCredentials.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ConnectorOAuthRequestoAuthRequest()Returns the value of the OAuthRequest property for this object.StringrefreshToken()The credentials used to acquire new access tokens.List<SdkField<?>>sdkFields()static Class<? extends HoneycodeConnectorProfileCredentials.Builder>serializableBuilderClass()HoneycodeConnectorProfileCredentials.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accessToken
public final String accessToken()
The credentials used to access protected Amazon Honeycode resources.
- Returns:
- The credentials used to access protected Amazon Honeycode resources.
-
refreshToken
public final String refreshToken()
The credentials used to acquire new access tokens.
- Returns:
- The credentials used to acquire new access tokens.
-
oAuthRequest
public final ConnectorOAuthRequest oAuthRequest()
Returns the value of the OAuthRequest property for this object.- Returns:
- The value of the OAuthRequest property for this object.
-
toBuilder
public HoneycodeConnectorProfileCredentials.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HoneycodeConnectorProfileCredentials.Builder,HoneycodeConnectorProfileCredentials>
-
builder
public static HoneycodeConnectorProfileCredentials.Builder builder()
-
serializableBuilderClass
public static Class<? extends HoneycodeConnectorProfileCredentials.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-