@Generated(value="software.amazon.awssdk:codegen") public final class GetApplicationResponse extends M2Response implements ToCopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetApplicationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationArn()
The Amazon Resource Name (ARN) of the application.
|
String |
applicationId()
The identifier of the application.
|
static GetApplicationResponse.Builder |
builder() |
Instant |
creationTime()
The timestamp when this application was created.
|
DeployedVersionSummary |
deployedVersion()
The version of the application that is deployed.
|
String |
description()
The description of the application.
|
EngineType |
engineType()
The type of the target platform for the application.
|
String |
engineTypeAsString()
The type of the target platform for the application.
|
String |
environmentId()
The identifier of the runtime environment where you want to deploy the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasListenerArns()
For responses, this returns true if the service returned a value for the ListenerArns property.
|
boolean |
hasListenerPorts()
For responses, this returns true if the service returned a value for the ListenerPorts property.
|
boolean |
hasLogGroups()
For responses, this returns true if the service returned a value for the LogGroups property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
boolean |
hasTargetGroupArns()
For responses, this returns true if the service returned a value for the TargetGroupArns property.
|
String |
kmsKeyId()
The identifier of a customer managed key.
|
Instant |
lastStartTime()
The timestamp when you last started the application.
|
ApplicationVersionSummary |
latestVersion()
The latest version of the application.
|
List<String> |
listenerArns()
The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services
account.
|
List<Integer> |
listenerPorts()
The port associated with the network load balancer listener created in your Amazon Web Services account.
|
String |
loadBalancerDnsName()
The public DNS name of the load balancer created in your Amazon Web Services account.
|
List<LogGroupSummary> |
logGroups()
The list of log summaries.
|
String |
name()
The unique identifier of the application.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the role associated with the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetApplicationResponse.Builder> |
serializableBuilderClass() |
ApplicationLifecycle |
status()
The status of the application.
|
String |
statusAsString()
The status of the application.
|
String |
statusReason()
The reason for the reported status.
|
Map<String,String> |
tags()
A list of tags associated with the application.
|
List<String> |
targetGroupArns()
Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
|
GetApplicationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationArn()
The Amazon Resource Name (ARN) of the application.
public final String applicationId()
The identifier of the application.
public final Instant creationTime()
The timestamp when this application was created.
public final DeployedVersionSummary deployedVersion()
The version of the application that is deployed.
public final String description()
The description of the application.
public final EngineType engineType()
The type of the target platform for the application.
If the service returns an enum value that is not available in the current SDK version, engineType will
return EngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
engineTypeAsString().
EngineTypepublic final String engineTypeAsString()
The type of the target platform for the application.
If the service returns an enum value that is not available in the current SDK version, engineType will
return EngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
engineTypeAsString().
EngineTypepublic final String environmentId()
The identifier of the runtime environment where you want to deploy the application.
public final String kmsKeyId()
The identifier of a customer managed key.
public final Instant lastStartTime()
The timestamp when you last started the application. Null until the application runs for the first time.
public final ApplicationVersionSummary latestVersion()
The latest version of the application.
public final boolean hasListenerArns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> listenerArns()
The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasListenerArns() method.
public final boolean hasListenerPorts()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<Integer> listenerPorts()
The port associated with the network load balancer listener created in your Amazon Web Services account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasListenerPorts() method.
public final String loadBalancerDnsName()
The public DNS name of the load balancer created in your Amazon Web Services account.
public final boolean hasLogGroups()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<LogGroupSummary> logGroups()
The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the customer's account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLogGroups() method.
public final String name()
The unique identifier of the application.
public final String roleArn()
The Amazon Resource Name (ARN) of the role associated with the application.
public final ApplicationLifecycle status()
The status of the application.
If the service returns an enum value that is not available in the current SDK version, status will
return ApplicationLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ApplicationLifecyclepublic final String statusAsString()
The status of the application.
If the service returns an enum value that is not available in the current SDK version, status will
return ApplicationLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ApplicationLifecyclepublic final String statusReason()
The reason for the reported status.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final Map<String,String> tags()
A list of tags associated with the application.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final boolean hasTargetGroupArns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> targetGroupArns()
Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTargetGroupArns() method.
public GetApplicationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>toBuilder in class AwsResponsepublic static GetApplicationResponse.Builder builder()
public static Class<? extends GetApplicationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.