Class PaymentManagerSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PaymentManagerSummary.Builder,PaymentManagerSummary>
Contains summary information about a payment manager.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal PaymentsAuthorizerTypeThe type of authorizer used by the payment manager.final StringThe type of authorizer used by the payment manager.builder()final InstantThe timestamp when the payment manager was created.final StringThe description of the payment manager.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe timestamp when the payment manager was last updated.final Stringname()The name of the payment manager.final StringThe Amazon Resource Name (ARN) of the payment manager.final StringThe unique identifier of the payment manager.final StringroleArn()The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.static Class<? extends PaymentManagerSummary.Builder> final PaymentManagerStatusstatus()The current status of the payment manager.final StringThe current status of the payment manager.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
paymentManagerArn
The Amazon Resource Name (ARN) of the payment manager.
- Returns:
- The Amazon Resource Name (ARN) of the payment manager.
-
paymentManagerId
The unique identifier of the payment manager.
- Returns:
- The unique identifier of the payment manager.
-
name
The name of the payment manager.
- Returns:
- The name of the payment manager.
-
description
The description of the payment manager.
- Returns:
- The description of the payment manager.
-
authorizerType
The type of authorizer used by the payment manager.
-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
If the service returns an enum value that is not available in the current SDK version,
authorizerTypewill returnPaymentsAuthorizerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthorizerTypeAsString().- Returns:
- The type of authorizer used by the payment manager.
-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
-
- See Also:
-
-
authorizerTypeAsString
The type of authorizer used by the payment manager.
-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
If the service returns an enum value that is not available in the current SDK version,
authorizerTypewill returnPaymentsAuthorizerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthorizerTypeAsString().- Returns:
- The type of authorizer used by the payment manager.
-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
-
- See Also:
-
-
roleArn
The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.
-
status
The current status of the payment manager. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.If the service returns an enum value that is not available in the current SDK version,
statuswill returnPaymentManagerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the payment manager. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED. - See Also:
-
statusAsString
The current status of the payment manager. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.If the service returns an enum value that is not available in the current SDK version,
statuswill returnPaymentManagerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the payment manager. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED. - See Also:
-
createdAt
The timestamp when the payment manager was created.
- Returns:
- The timestamp when the payment manager was created.
-
lastUpdatedAt
The timestamp when the payment manager was last updated.
- Returns:
- The timestamp when the payment manager was last updated.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<PaymentManagerSummary.Builder,PaymentManagerSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-