Class UpdateApplicationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryRequest
-
- software.amazon.awssdk.services.servicecatalogappregistry.model.UpdateApplicationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateApplicationRequest extends ServiceCatalogAppRegistryRequest implements ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateApplicationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringapplication()The name, ID, or ARN of the application that will be updated.static UpdateApplicationRequest.Builderbuilder()Stringdescription()The new description of the application.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()Deprecated.Name update for application is deprecated.List<SdkField<?>>sdkFields()static Class<? extends UpdateApplicationRequest.Builder>serializableBuilderClass()UpdateApplicationRequest.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
-
application
public final String application()
The name, ID, or ARN of the application that will be updated.
- Returns:
- The name, ID, or ARN of the application that will be updated.
-
name
@Deprecated public final String name()
Deprecated.Name update for application is deprecated.Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.
- Returns:
- Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.
-
description
public final String description()
The new description of the application.
- Returns:
- The new description of the application.
-
toBuilder
public UpdateApplicationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>- Specified by:
toBuilderin classServiceCatalogAppRegistryRequest
-
builder
public static UpdateApplicationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateApplicationRequest.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
-
-