@Generated(value="software.amazon.awssdk:codegen") public final class GetApplicationRequest extends ServerlessApplicationRepositoryRequest implements ToCopyableBuilder<GetApplicationRequest.Builder,GetApplicationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetApplicationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The Amazon Resource Name (ARN) of the application.
|
static GetApplicationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
semanticVersion()
The semantic version of the application to get.
|
static Class<? extends GetApplicationRequest.Builder> |
serializableBuilderClass() |
GetApplicationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The Amazon Resource Name (ARN) of the application.
public final String semanticVersion()
The semantic version of the application to get.
public GetApplicationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetApplicationRequest.Builder,GetApplicationRequest>toBuilder in class ServerlessApplicationRepositoryRequestpublic static GetApplicationRequest.Builder builder()
public static Class<? extends GetApplicationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.