Class UpdateTemplateRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.migrationhuborchestrator.model.MigrationHubOrchestratorRequest
-
- software.amazon.awssdk.services.migrationhuborchestrator.model.UpdateTemplateRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateTemplateRequest extends MigrationHubOrchestratorRequest implements ToCopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateTemplateRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateTemplateRequest.Builderbuilder()StringclientToken()A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the request to update a migration workflow template.List<SdkField<?>>sdkFields()static Class<? extends UpdateTemplateRequest.Builder>serializableBuilderClass()StringtemplateDescription()The description of the migration workflow template to update.StringtemplateName()The name of the migration workflow template to update.UpdateTemplateRequest.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
-
id
public final String id()
The ID of the request to update a migration workflow template.
- Returns:
- The ID of the request to update a migration workflow template.
-
templateName
public final String templateName()
The name of the migration workflow template to update.
- Returns:
- The name of the migration workflow template to update.
-
templateDescription
public final String templateDescription()
The description of the migration workflow template to update.
- Returns:
- The description of the migration workflow template to update.
-
clientToken
public final String clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Returns:
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
toBuilder
public UpdateTemplateRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>- Specified by:
toBuilderin classMigrationHubOrchestratorRequest
-
builder
public static UpdateTemplateRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateTemplateRequest.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
-
-