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 interfaceDescribeApplicationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationAccount()The account ID.StringapplicationArn()Specifies the ARN of the application.StringapplicationProviderArn()The ARN of the application provider under which the operation will run.static DescribeApplicationResponse.Builderbuilder()InstantcreatedDate()The date the application was created.Stringdescription()The description of the .booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceArn()The ARN of the IAM Identity Center application under which the operation will run.Stringname()The application name.PortalOptionsportalOptions()A structure that describes the options for the portal associated with an application.List<SdkField<?>>sdkFields()static Class<? extends DescribeApplicationResponse.Builder>serializableBuilderClass()ApplicationStatusstatus()Specifies whether the application is enabled or disabled.StringstatusAsString()Specifies whether the application is enabled or disabled.DescribeApplicationResponse.BuildertoBuilder()StringtoString()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,
statuswill 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,
statuswill 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:
toBuilderin interfaceToCopyableBuilder<DescribeApplicationResponse.Builder,DescribeApplicationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeApplicationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeApplicationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-