Class VeevaConnectorProfileCredentials
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.VeevaConnectorProfileCredentials
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VeevaConnectorProfileCredentials.Builder,VeevaConnectorProfileCredentials>
@Generated("software.amazon.awssdk:codegen") public final class VeevaConnectorProfileCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VeevaConnectorProfileCredentials.Builder,VeevaConnectorProfileCredentials>
The connector-specific profile credentials required when using Veeva.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVeevaConnectorProfileCredentials.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VeevaConnectorProfileCredentials.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringpassword()The password that corresponds to the user name.List<SdkField<?>>sdkFields()static Class<? extends VeevaConnectorProfileCredentials.Builder>serializableBuilderClass()VeevaConnectorProfileCredentials.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringusername()The name of the user.-
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
-
username
public final String username()
The name of the user.
- Returns:
- The name of the user.
-
password
public final String password()
The password that corresponds to the user name.
- Returns:
- The password that corresponds to the user name.
-
toBuilder
public VeevaConnectorProfileCredentials.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VeevaConnectorProfileCredentials.Builder,VeevaConnectorProfileCredentials>
-
builder
public static VeevaConnectorProfileCredentials.Builder builder()
-
serializableBuilderClass
public static Class<? extends VeevaConnectorProfileCredentials.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.
-
-