Class UpdateMarketplaceModelEndpointRequest
- 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.UpdateMarketplaceModelEndpointRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateMarketplaceModelEndpointRequest.Builder,UpdateMarketplaceModelEndpointRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateMarketplaceModelEndpointRequest extends BedrockRequest implements ToCopyableBuilder<UpdateMarketplaceModelEndpointRequest.Builder,UpdateMarketplaceModelEndpointRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateMarketplaceModelEndpointRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateMarketplaceModelEndpointRequest.Builderbuilder()StringclientRequestToken()A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.StringendpointArn()The Amazon Resource Name (ARN) of the endpoint you want to update.EndpointConfigendpointConfig()The new configuration for the endpoint, including the number and type of instances to use.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateMarketplaceModelEndpointRequest.Builder>serializableBuilderClass()UpdateMarketplaceModelEndpointRequest.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
-
endpointArn
public final String endpointArn()
The Amazon Resource Name (ARN) of the endpoint you want to update.
- Returns:
- The Amazon Resource Name (ARN) of the endpoint you want to update.
-
endpointConfig
public final EndpointConfig endpointConfig()
The new configuration for the endpoint, including the number and type of instances to use.
- Returns:
- The new configuration for the endpoint, including the number and type of instances to use.
-
clientRequestToken
public final String clientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token is listed as not required because Amazon Web Services SDKs automatically generate it for you and set this parameter. If you're not using the Amazon Web Services SDK or the CLI, you must provide this token or the action will fail.
- Returns:
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token is listed as not required because Amazon Web Services SDKs automatically generate it for you and set this parameter. If you're not using the Amazon Web Services SDK or the CLI, you must provide this token or the action will fail.
-
toBuilder
public UpdateMarketplaceModelEndpointRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateMarketplaceModelEndpointRequest.Builder,UpdateMarketplaceModelEndpointRequest>- Specified by:
toBuilderin classBedrockRequest
-
builder
public static UpdateMarketplaceModelEndpointRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateMarketplaceModelEndpointRequest.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
-
-