Class ListFoundationModelAgreementOffersRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.bedrock.model.BedrockRequest
-
- software.amazon.awssdk.services.bedrock.model.ListFoundationModelAgreementOffersRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListFoundationModelAgreementOffersRequest.Builder,ListFoundationModelAgreementOffersRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListFoundationModelAgreementOffersRequest extends BedrockRequest implements ToCopyableBuilder<ListFoundationModelAgreementOffersRequest.Builder,ListFoundationModelAgreementOffersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListFoundationModelAgreementOffersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFoundationModelAgreementOffersRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelId()Model Id of the foundation model.OfferTypeofferType()Type of offer associated with the model.StringofferTypeAsString()Type of offer associated with the model.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListFoundationModelAgreementOffersRequest.Builder>serializableBuilderClass()ListFoundationModelAgreementOffersRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
modelId
public final String modelId()
Model Id of the foundation model.
- Returns:
- Model Id of the foundation model.
-
offerType
public final OfferType offerType()
Type of offer associated with the model.
If the service returns an enum value that is not available in the current SDK version,
offerTypewill returnOfferType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromofferTypeAsString().- Returns:
- Type of offer associated with the model.
- See Also:
OfferType
-
offerTypeAsString
public final String offerTypeAsString()
Type of offer associated with the model.
If the service returns an enum value that is not available in the current SDK version,
offerTypewill returnOfferType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromofferTypeAsString().- Returns:
- Type of offer associated with the model.
- See Also:
OfferType
-
toBuilder
public ListFoundationModelAgreementOffersRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListFoundationModelAgreementOffersRequest.Builder,ListFoundationModelAgreementOffersRequest>- Specified by:
toBuilderin classBedrockRequest
-
builder
public static ListFoundationModelAgreementOffersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListFoundationModelAgreementOffersRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-