@Generated(value="software.amazon.awssdk:codegen") public final class ListApplicationDependenciesRequest extends ServerlessApplicationRepositoryRequest implements ToCopyableBuilder<ListApplicationDependenciesRequest.Builder,ListApplicationDependenciesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListApplicationDependenciesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The Amazon Resource Name (ARN) of the application.
|
static ListApplicationDependenciesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxItems()
The total number of items to return.
|
String |
nextToken()
A token to specify where to start paginating.
|
List<SdkField<?>> |
sdkFields() |
String |
semanticVersion()
The semantic version of the application to get.
|
static Class<? extends ListApplicationDependenciesRequest.Builder> |
serializableBuilderClass() |
ListApplicationDependenciesRequest.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 Integer maxItems()
The total number of items to return.
public final String nextToken()
A token to specify where to start paginating.
public final String semanticVersion()
The semantic version of the application to get.
public ListApplicationDependenciesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListApplicationDependenciesRequest.Builder,ListApplicationDependenciesRequest>toBuilder in class ServerlessApplicationRepositoryRequestpublic static ListApplicationDependenciesRequest.Builder builder()
public static Class<? extends ListApplicationDependenciesRequest.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.