Class StripePrivyTokenRequestInput
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.model.StripePrivyTokenRequestInput
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StripePrivyTokenRequestInput.Builder,StripePrivyTokenRequestInput>
@Generated("software.amazon.awssdk:codegen")
public final class StripePrivyTokenRequestInput
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<StripePrivyTokenRequestInput.Builder,StripePrivyTokenRequestInput>
Stripe Privy token request parameters.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanSet to true to generate privy-authorization-signature.final StringRequest body JSON for the Privy API call.final StringThe host for the Privy API request.final StringThe path of the Stripe Privy API request.static Class<? extends StripePrivyTokenRequestInput.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
requestHost
The host for the Privy API request. Defaults to "api.privy.io".
- Returns:
- The host for the Privy API request. Defaults to "api.privy.io".
-
requestPath
The path of the Stripe Privy API request.
- Returns:
- The path of the Stripe Privy API request.
-
requestBody
Request body JSON for the Privy API call.
- Returns:
- Request body JSON for the Privy API call.
-
includeAuthorizationSignature
Set to true to generate privy-authorization-signature.
- Returns:
- Set to true to generate privy-authorization-signature.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StripePrivyTokenRequestInput.Builder,StripePrivyTokenRequestInput>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-