@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
Information about an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The application ID.
|
String |
applicationName()
The application name.
|
static ApplicationInfo.Builder |
builder() |
ComputePlatform |
computePlatform()
The destination platform type for deployment of the application (
Lambda or Server). |
String |
computePlatformAsString()
The destination platform type for deployment of the application (
Lambda or Server). |
Instant |
createTime()
The time at which the application was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
gitHubAccountName()
The name for a connection to a GitHub account.
|
int |
hashCode() |
Boolean |
linkedToGitHub()
True if the user has authenticated with GitHub for the specified application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationInfo.Builder> |
serializableBuilderClass() |
ApplicationInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The application ID.
public final String applicationName()
The application name.
public final Instant createTime()
The time at which the application was created.
public final Boolean linkedToGitHub()
True if the user has authenticated with GitHub for the specified application. Otherwise, false.
public final String gitHubAccountName()
The name for a connection to a GitHub account.
public final ComputePlatform computePlatform()
The destination platform type for deployment of the application (Lambda or Server).
If the service returns an enum value that is not available in the current SDK version, computePlatform
will return ComputePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from computePlatformAsString().
Lambda or
Server).ComputePlatformpublic final String computePlatformAsString()
The destination platform type for deployment of the application (Lambda or Server).
If the service returns an enum value that is not available in the current SDK version, computePlatform
will return ComputePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from computePlatformAsString().
Lambda or
Server).ComputePlatformpublic ApplicationInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>public static ApplicationInfo.Builder builder()
public static Class<? extends ApplicationInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.