@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) |
<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; otherwise, false.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationInfo.Builder> |
serializableBuilderClass() |
ApplicationInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String applicationId()
The application ID.
public String applicationName()
The application name.
public Instant createTime()
The time at which the application was created.
public Boolean linkedToGitHub()
True if the user has authenticated with GitHub for the specified application; otherwise, false.
public String gitHubAccountName()
The name for a connection to a GitHub account.
public 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
).ComputePlatform
public 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
).ComputePlatform
public ApplicationInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
public static ApplicationInfo.Builder builder()
public static Class<? extends ApplicationInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.