@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
A summary of information about a AWS IoT Device Management web application.
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
applicationCreationDate()
The date (in Unix epoch time) when the web application was created.
|
String |
applicationDescription()
An optional description of the web application.
|
String |
applicationId()
The unique Id of the web application.
|
Long |
applicationLastUpdateDate()
The date (in Unix epoch time) when the web application was last updated.
|
String |
applicationName()
The name of the web application.
|
ApplicationState |
applicationState()
The current state of the web application.
|
String |
applicationStateAsString()
The current state of the web application.
|
String |
applicationUrl()
The URL of the web application.
|
static ApplicationSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationSummary.Builder> |
serializableBuilderClass() |
ApplicationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The unique Id of the web application.
public final String applicationName()
The name of the web application.
public final String applicationDescription()
An optional description of the web application.
public final String applicationUrl()
The URL of the web application.
public final Long applicationCreationDate()
The date (in Unix epoch time) when the web application was created.
public final Long applicationLastUpdateDate()
The date (in Unix epoch time) when the web application was last updated.
public final ApplicationState applicationState()
The current state of the web application.
If the service returns an enum value that is not available in the current SDK version, applicationState
will return ApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from applicationStateAsString().
ApplicationStatepublic final String applicationStateAsString()
The current state of the web application.
If the service returns an enum value that is not available in the current SDK version, applicationState
will return ApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from applicationStateAsString().
ApplicationStatepublic ApplicationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>public static ApplicationSummary.Builder builder()
public static Class<? extends ApplicationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.