@Generated(value="software.amazon.awssdk:codegen") public final class GetApplicationResponse extends MigrationHubRefactorSpacesResponse implements ToCopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetApplicationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayProxyConfig |
apiGatewayProxy()
The endpoint URL of the API Gateway proxy.
|
String |
applicationId()
The unique identifier of the application.
|
String |
arn()
The Amazon Resource Name (ARN) of the application.
|
static GetApplicationResponse.Builder |
builder() |
String |
createdByAccountId()
The Amazon Web Services account ID of the application creator.
|
Instant |
createdTime()
A timestamp that indicates when the application is created.
|
String |
environmentId()
The unique identifier of the environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorResponse |
error()
Any error associated with the application resource.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
Instant |
lastUpdatedTime()
A timestamp that indicates when the application was last updated.
|
String |
name()
The name of the application.
|
String |
ownerAccountId()
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner
account ID).
|
ProxyType |
proxyType()
The proxy type of the proxy created within the application.
|
String |
proxyTypeAsString()
The proxy type of the proxy created within the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetApplicationResponse.Builder> |
serializableBuilderClass() |
ApplicationState |
state()
The current state of the application.
|
String |
stateAsString()
The current state of the application.
|
Map<String,String> |
tags()
The tags assigned to the application.
|
GetApplicationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the virtual private cloud (VPC).
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ApiGatewayProxyConfig apiGatewayProxy()
The endpoint URL of the API Gateway proxy.
public final String applicationId()
The unique identifier of the application.
public final String arn()
The Amazon Resource Name (ARN) of the application.
public final String createdByAccountId()
The Amazon Web Services account ID of the application creator.
public final Instant createdTime()
A timestamp that indicates when the application is created.
public final String environmentId()
The unique identifier of the environment.
public final ErrorResponse error()
Any error associated with the application resource.
public final Instant lastUpdatedTime()
A timestamp that indicates when the application was last updated.
public final String name()
The name of the application.
public final String ownerAccountId()
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
public final ProxyType proxyType()
The proxy type of the proxy created within the application.
If the service returns an enum value that is not available in the current SDK version, proxyType will
return ProxyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
proxyTypeAsString().
ProxyTypepublic final String proxyTypeAsString()
The proxy type of the proxy created within the application.
If the service returns an enum value that is not available in the current SDK version, proxyType will
return ProxyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
proxyTypeAsString().
ProxyTypepublic final ApplicationState state()
The current state of the application.
If the service returns an enum value that is not available in the current SDK version, state will return
ApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ApplicationStatepublic final String stateAsString()
The current state of the application.
If the service returns an enum value that is not available in the current SDK version, state will return
ApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ApplicationStatepublic 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()
The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
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 String vpcId()
The ID of the virtual private cloud (VPC).
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 © 2022. All rights reserved.