@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeApplicationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationAccount()
The account ID.
|
String |
getApplicationArn()
Specifies the ARN of the application.
|
String |
getApplicationProviderArn()
The ARN of the application provider under which the operation will run.
|
Date |
getCreatedDate()
The date the application was created.
|
String |
getDescription()
The description of the .
|
String |
getInstanceArn()
The ARN of the IAM Identity Center application under which the operation will run.
|
String |
getName()
The application name.
|
PortalOptions |
getPortalOptions()
A structure that describes the options for the portal associated with an application.
|
String |
getStatus()
Specifies whether the application is enabled or disabled.
|
int |
hashCode() |
void |
setApplicationAccount(String applicationAccount)
The account ID.
|
void |
setApplicationArn(String applicationArn)
Specifies the ARN of the application.
|
void |
setApplicationProviderArn(String applicationProviderArn)
The ARN of the application provider under which the operation will run.
|
void |
setCreatedDate(Date createdDate)
The date the application was created.
|
void |
setDescription(String description)
The description of the .
|
void |
setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center application under which the operation will run.
|
void |
setName(String name)
The application name.
|
void |
setPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.
|
void |
setStatus(String status)
Specifies whether the application is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
DescribeApplicationResult |
withApplicationAccount(String applicationAccount)
The account ID.
|
DescribeApplicationResult |
withApplicationArn(String applicationArn)
Specifies the ARN of the application.
|
DescribeApplicationResult |
withApplicationProviderArn(String applicationProviderArn)
The ARN of the application provider under which the operation will run.
|
DescribeApplicationResult |
withCreatedDate(Date createdDate)
The date the application was created.
|
DescribeApplicationResult |
withDescription(String description)
The description of the .
|
DescribeApplicationResult |
withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center application under which the operation will run.
|
DescribeApplicationResult |
withName(String name)
The application name.
|
DescribeApplicationResult |
withPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.
|
DescribeApplicationResult |
withStatus(ApplicationStatus status)
Specifies whether the application is enabled or disabled.
|
DescribeApplicationResult |
withStatus(String status)
Specifies whether the application is enabled or disabled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationAccount(String applicationAccount)
The account ID.
applicationAccount
- The account ID.public String getApplicationAccount()
The account ID.
public DescribeApplicationResult withApplicationAccount(String applicationAccount)
The account ID.
applicationAccount
- The account ID.public void setApplicationArn(String applicationArn)
Specifies the ARN of the application.
applicationArn
- Specifies the ARN of the application.public String getApplicationArn()
Specifies the ARN of the application.
public DescribeApplicationResult withApplicationArn(String applicationArn)
Specifies the ARN of the application.
applicationArn
- Specifies the ARN of the application.public void setApplicationProviderArn(String applicationProviderArn)
The ARN of the application provider under which the operation will run.
applicationProviderArn
- The ARN of the application provider under which the operation will run.public String getApplicationProviderArn()
The ARN of the application provider under which the operation will run.
public DescribeApplicationResult withApplicationProviderArn(String applicationProviderArn)
The ARN of the application provider under which the operation will run.
applicationProviderArn
- The ARN of the application provider under which the operation will run.public void setCreatedDate(Date createdDate)
The date the application was created.
createdDate
- The date the application was created.public Date getCreatedDate()
The date the application was created.
public DescribeApplicationResult withCreatedDate(Date createdDate)
The date the application was created.
createdDate
- The date the application was created.public void setDescription(String description)
The description of the .
description
- The description of the .public String getDescription()
The description of the .
public DescribeApplicationResult withDescription(String description)
The description of the .
description
- The description of the .public void setInstanceArn(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.
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.public String getInstanceArn()
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.
public DescribeApplicationResult withInstanceArn(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.
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.public void setName(String name)
The application name.
name
- The application name.public String getName()
The application name.
public DescribeApplicationResult withName(String name)
The application name.
name
- The application name.public void setPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.
portalOptions
- A structure that describes the options for the portal associated with an application.public PortalOptions getPortalOptions()
A structure that describes the options for the portal associated with an application.
public DescribeApplicationResult withPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.
portalOptions
- A structure that describes the options for the portal associated with an application.public void setStatus(String status)
Specifies whether the application is enabled or disabled.
status
- Specifies whether the application is enabled or disabled.ApplicationStatus
public String getStatus()
Specifies whether the application is enabled or disabled.
ApplicationStatus
public DescribeApplicationResult withStatus(String status)
Specifies whether the application is enabled or disabled.
status
- Specifies whether the application is enabled or disabled.ApplicationStatus
public DescribeApplicationResult withStatus(ApplicationStatus status)
Specifies whether the application is enabled or disabled.
status
- Specifies whether the application is enabled or disabled.ApplicationStatus
public String toString()
toString
in class Object
Object.toString()
public DescribeApplicationResult clone()