Class DescribeApplicationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse
-
- software.amazon.awssdk.services.ssoadmin.model.DescribeApplicationResponse
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<DescribeApplicationResponse.Builder,DescribeApplicationResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeApplicationResponse extends SsoAdminResponse implements ToCopyableBuilder<DescribeApplicationResponse.Builder,DescribeApplicationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DescribeApplicationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
applicationAccount()
The account ID.String
applicationArn()
Specifies the ARN of the application.String
applicationProviderArn()
The ARN of the application provider under which the operation will run.static DescribeApplicationResponse.Builder
builder()
Instant
createdDate()
The date the application was created.String
description()
The description of the .boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
instanceArn()
The ARN of the IAM Identity Center application under which the operation will run.String
name()
The application name.PortalOptions
portalOptions()
A structure that describes the options for the portal associated with an application.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends DescribeApplicationResponse.Builder>
serializableBuilderClass()
ApplicationStatus
status()
Specifies whether the application is enabled or disabled.String
statusAsString()
Specifies whether the application is enabled or disabled.DescribeApplicationResponse.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
applicationAccount
public final String applicationAccount()
The account ID.
- Returns:
- The account ID.
-
applicationArn
public final String applicationArn()
Specifies the ARN of the application.
- Returns:
- Specifies the ARN of the application.
-
applicationProviderArn
public final String applicationProviderArn()
The ARN of the application provider under which the operation will run.
- Returns:
- The ARN of the application provider under which the operation will run.
-
createdDate
public final Instant createdDate()
The date the application was created.
- Returns:
- The date the application was created.
-
description
public final String description()
The description of the .
- Returns:
- The description of the .
-
instanceArn
public final String instanceArn()
The ARN of the IAM Identity Center application under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Returns:
- The ARN of the IAM Identity Center application under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
-
name
public final String name()
The application name.
- Returns:
- The application name.
-
portalOptions
public final PortalOptions portalOptions()
A structure that describes the options for the portal associated with an application.
- Returns:
- A structure that describes the options for the portal associated with an application.
-
status
public final ApplicationStatus status()
Specifies whether the application is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version,
status
will returnApplicationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- Specifies whether the application is enabled or disabled.
- See Also:
ApplicationStatus
-
statusAsString
public final String statusAsString()
Specifies whether the application is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version,
status
will returnApplicationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- Specifies whether the application is enabled or disabled.
- See Also:
ApplicationStatus
-
toBuilder
public DescribeApplicationResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DescribeApplicationResponse.Builder,DescribeApplicationResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static DescribeApplicationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeApplicationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-