@Generated(value="software.amazon.awssdk:codegen") public class ApplicationInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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() |
Date |
createTime()
The time at which the application was created.
|
boolean |
equals(Object obj) |
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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends ApplicationInfo.Builder> |
serializableBuilderClass() |
ApplicationInfo.Builder |
toBuilder() |
String |
toString() |
public String applicationId()
The application ID.
public String applicationName()
The application name.
public Date 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 ApplicationInfo.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>public static ApplicationInfo.Builder builder()
public static Class<? extends ApplicationInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.