@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 |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeApplicationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The ARN of the web application.
|
Long |
getApplicationCreationDate()
The date (in Unix epoch time) when the application was created.
|
String |
getApplicationDescription()
An optional description of the web application.
|
String |
getApplicationId()
The unique Id of the web application.
|
Long |
getApplicationLastUpdateDate()
The date (in Unix epoch time) when the application was last updated.
|
String |
getApplicationName()
The name of the web application.
|
String |
getApplicationState()
The current state of the web application.
|
String |
getApplicationUrl()
The URL of the web application.
|
String |
getErrorMessage()
A message that explains any failures included in the
applicationState response field. |
String |
getRoleArn()
The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
|
String |
getSsoClientId()
The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
|
Map<String,String> |
getTags()
A set of key/value pairs that you can use to manage the web application resource.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The ARN of the web application.
|
void |
setApplicationCreationDate(Long applicationCreationDate)
The date (in Unix epoch time) when the application was created.
|
void |
setApplicationDescription(String applicationDescription)
An optional description of the web application.
|
void |
setApplicationId(String applicationId)
The unique Id of the web application.
|
void |
setApplicationLastUpdateDate(Long applicationLastUpdateDate)
The date (in Unix epoch time) when the application was last updated.
|
void |
setApplicationName(String applicationName)
The name of the web application.
|
void |
setApplicationState(String applicationState)
The current state of the web application.
|
void |
setApplicationUrl(String applicationUrl)
The URL of the web application.
|
void |
setErrorMessage(String errorMessage)
A message that explains any failures included in the
applicationState response field. |
void |
setRoleArn(String roleArn)
The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
|
void |
setSsoClientId(String ssoClientId)
The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
|
void |
setTags(Map<String,String> tags)
A set of key/value pairs that you can use to manage the web application resource.
|
String |
toString()
Returns a string representation of this object.
|
DescribeApplicationResult |
withApplicationArn(String applicationArn)
The ARN of the web application.
|
DescribeApplicationResult |
withApplicationCreationDate(Long applicationCreationDate)
The date (in Unix epoch time) when the application was created.
|
DescribeApplicationResult |
withApplicationDescription(String applicationDescription)
An optional description of the web application.
|
DescribeApplicationResult |
withApplicationId(String applicationId)
The unique Id of the web application.
|
DescribeApplicationResult |
withApplicationLastUpdateDate(Long applicationLastUpdateDate)
The date (in Unix epoch time) when the application was last updated.
|
DescribeApplicationResult |
withApplicationName(String applicationName)
The name of the web application.
|
DescribeApplicationResult |
withApplicationState(ApplicationState applicationState)
The current state of the web application.
|
DescribeApplicationResult |
withApplicationState(String applicationState)
The current state of the web application.
|
DescribeApplicationResult |
withApplicationUrl(String applicationUrl)
The URL of the web application.
|
DescribeApplicationResult |
withErrorMessage(String errorMessage)
A message that explains any failures included in the
applicationState response field. |
DescribeApplicationResult |
withRoleArn(String roleArn)
The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
|
DescribeApplicationResult |
withSsoClientId(String ssoClientId)
The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
|
DescribeApplicationResult |
withTags(Map<String,String> tags)
A set of key/value pairs that you can use to manage the web application resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationId(String applicationId)
The unique Id of the web application.
applicationId
- The unique Id of the web application.public String getApplicationId()
The unique Id of the web application.
public DescribeApplicationResult withApplicationId(String applicationId)
The unique Id of the web application.
applicationId
- The unique Id of the web application.public void setApplicationArn(String applicationArn)
The ARN of the web application.
applicationArn
- The ARN of the web application.public String getApplicationArn()
The ARN of the web application.
public DescribeApplicationResult withApplicationArn(String applicationArn)
The ARN of the web application.
applicationArn
- The ARN of the web application.public void setApplicationName(String applicationName)
The name of the web application.
applicationName
- The name of the web application.public String getApplicationName()
The name of the web application.
public DescribeApplicationResult withApplicationName(String applicationName)
The name of the web application.
applicationName
- The name of the web application.public void setApplicationDescription(String applicationDescription)
An optional description of the web application.
applicationDescription
- An optional description of the web application.public String getApplicationDescription()
An optional description of the web application.
public DescribeApplicationResult withApplicationDescription(String applicationDescription)
An optional description of the web application.
applicationDescription
- An optional description of the web application.public void setApplicationUrl(String applicationUrl)
The URL of the web application.
applicationUrl
- The URL of the web application.public String getApplicationUrl()
The URL of the web application.
public DescribeApplicationResult withApplicationUrl(String applicationUrl)
The URL of the web application.
applicationUrl
- The URL of the web application.public void setApplicationState(String applicationState)
The current state of the web application.
applicationState
- The current state of the web application.ApplicationState
public String getApplicationState()
The current state of the web application.
ApplicationState
public DescribeApplicationResult withApplicationState(String applicationState)
The current state of the web application.
applicationState
- The current state of the web application.ApplicationState
public DescribeApplicationResult withApplicationState(ApplicationState applicationState)
The current state of the web application.
applicationState
- The current state of the web application.ApplicationState
public void setApplicationCreationDate(Long applicationCreationDate)
The date (in Unix epoch time) when the application was created.
applicationCreationDate
- The date (in Unix epoch time) when the application was created.public Long getApplicationCreationDate()
The date (in Unix epoch time) when the application was created.
public DescribeApplicationResult withApplicationCreationDate(Long applicationCreationDate)
The date (in Unix epoch time) when the application was created.
applicationCreationDate
- The date (in Unix epoch time) when the application was created.public void setApplicationLastUpdateDate(Long applicationLastUpdateDate)
The date (in Unix epoch time) when the application was last updated.
applicationLastUpdateDate
- The date (in Unix epoch time) when the application was last updated.public Long getApplicationLastUpdateDate()
The date (in Unix epoch time) when the application was last updated.
public DescribeApplicationResult withApplicationLastUpdateDate(Long applicationLastUpdateDate)
The date (in Unix epoch time) when the application was last updated.
applicationLastUpdateDate
- The date (in Unix epoch time) when the application was last updated.public void setRoleArn(String roleArn)
The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
roleArn
- The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.public String getRoleArn()
The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
public DescribeApplicationResult withRoleArn(String roleArn)
The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
roleArn
- The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.public void setSsoClientId(String ssoClientId)
The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
ssoClientId
- The Id of the single sign-on client that you use to authenticate and authorize users on the web
application.public String getSsoClientId()
The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
public DescribeApplicationResult withSsoClientId(String ssoClientId)
The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
ssoClientId
- The Id of the single sign-on client that you use to authenticate and authorize users on the web
application.public void setErrorMessage(String errorMessage)
A message that explains any failures included in the applicationState
response field. This message
explains failures in the CreateApplication
and DeleteApplication
actions.
errorMessage
- A message that explains any failures included in the applicationState
response field. This
message explains failures in the CreateApplication
and DeleteApplication
actions.public String getErrorMessage()
A message that explains any failures included in the applicationState
response field. This message
explains failures in the CreateApplication
and DeleteApplication
actions.
applicationState
response field. This
message explains failures in the CreateApplication
and DeleteApplication
actions.public DescribeApplicationResult withErrorMessage(String errorMessage)
A message that explains any failures included in the applicationState
response field. This message
explains failures in the CreateApplication
and DeleteApplication
actions.
errorMessage
- A message that explains any failures included in the applicationState
response field. This
message explains failures in the CreateApplication
and DeleteApplication
actions.public Map<String,String> getTags()
A set of key/value pairs that you can use to manage the web application resource.
public void setTags(Map<String,String> tags)
A set of key/value pairs that you can use to manage the web application resource.
tags
- A set of key/value pairs that you can use to manage the web application resource.public DescribeApplicationResult withTags(Map<String,String> tags)
A set of key/value pairs that you can use to manage the web application resource.
tags
- A set of key/value pairs that you can use to manage the web application resource.public DescribeApplicationResult addTagsEntry(String key, String value)
public DescribeApplicationResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeApplicationResult clone()