Class AvailableLimits
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.model.AvailableLimits
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AvailableLimits.Builder,AvailableLimits>
@Generated("software.amazon.awssdk:codegen")
public final class AvailableLimits
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AvailableLimits.Builder,AvailableLimits>
The available spending limits for a payment session.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AmountThe remaining available amount that can be spent.static AvailableLimits.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends AvailableLimits.Builder>final StringtoString()Returns a string representation of this object.final InstantThe timestamp when the available limits were last updated.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
-
availableSpendAmount
The remaining available amount that can be spent.
- Returns:
- The remaining available amount that can be spent.
-
updatedAt
The timestamp when the available limits were last updated.
- Returns:
- The timestamp when the available limits were last updated.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AvailableLimits.Builder,AvailableLimits>
-
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
-