Class ApplicationInfo
- java.lang.Object
-
- software.amazon.awssdk.services.codedeploy.model.ApplicationInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
Information about an application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The application ID.StringapplicationName()The application name.static ApplicationInfo.Builderbuilder()ComputePlatformcomputePlatform()The destination platform type for deployment of the application (LambdaorServer).StringcomputePlatformAsString()The destination platform type for deployment of the application (LambdaorServer).InstantcreateTime()The time at which the application was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgitHubAccountName()The name for a connection to a GitHub account.inthashCode()BooleanlinkedToGitHub()True if the user has authenticated with GitHub for the specified application.List<SdkField<?>>sdkFields()static Class<? extends ApplicationInfo.Builder>serializableBuilderClass()ApplicationInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
applicationId
public final String applicationId()
The application ID.
- Returns:
- The application ID.
-
applicationName
public final String applicationName()
The application name.
- Returns:
- The application name.
-
createTime
public final Instant createTime()
The time at which the application was created.
- Returns:
- The time at which the application was created.
-
linkedToGitHub
public final Boolean linkedToGitHub()
True if the user has authenticated with GitHub for the specified application. Otherwise, false.
- Returns:
- True if the user has authenticated with GitHub for the specified application. Otherwise, false.
-
gitHubAccountName
public final String gitHubAccountName()
The name for a connection to a GitHub account.
- Returns:
- The name for a connection to a GitHub account.
-
computePlatform
public final ComputePlatform computePlatform()
The destination platform type for deployment of the application (
LambdaorServer).If the service returns an enum value that is not available in the current SDK version,
computePlatformwill returnComputePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomputePlatformAsString().- Returns:
- The destination platform type for deployment of the application (
LambdaorServer). - See Also:
ComputePlatform
-
computePlatformAsString
public final String computePlatformAsString()
The destination platform type for deployment of the application (
LambdaorServer).If the service returns an enum value that is not available in the current SDK version,
computePlatformwill returnComputePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomputePlatformAsString().- Returns:
- The destination platform type for deployment of the application (
LambdaorServer). - See Also:
ComputePlatform
-
toBuilder
public ApplicationInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
-
builder
public static ApplicationInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationInfo.Builder> serializableBuilderClass()
-
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.
-
-