Class ApplicationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleethub.model.ApplicationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LongapplicationCreationDate()The date (in Unix epoch time) when the web application was created.StringapplicationDescription()An optional description of the web application.StringapplicationId()The unique Id of the web application.LongapplicationLastUpdateDate()The date (in Unix epoch time) when the web application was last updated.StringapplicationName()The name of the web application.ApplicationStateapplicationState()The current state of the web application.StringapplicationStateAsString()The current state of the web application.StringapplicationUrl()The URL of the web application.static ApplicationSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ApplicationSummary.Builder>serializableBuilderClass()ApplicationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
applicationId
public final String applicationId()
The unique Id of the web application.
- Returns:
- The unique Id of the web application.
-
applicationName
public final String applicationName()
The name of the web application.
- Returns:
- The name of the web application.
-
applicationDescription
public final String applicationDescription()
An optional description of the web application.
- Returns:
- An optional description of the web application.
-
applicationUrl
public final String applicationUrl()
The URL of the web application.
- Returns:
- The URL of the web application.
-
applicationCreationDate
public final Long applicationCreationDate()
The date (in Unix epoch time) when the web application was created.
- Returns:
- The date (in Unix epoch time) when the web application was created.
-
applicationLastUpdateDate
public final Long applicationLastUpdateDate()
The date (in Unix epoch time) when the web application was last updated.
- Returns:
- The date (in Unix epoch time) when the web application was last updated.
-
applicationState
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,
applicationStatewill returnApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplicationStateAsString().- Returns:
- The current state of the web application.
- See Also:
ApplicationState
-
applicationStateAsString
public 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,
applicationStatewill returnApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplicationStateAsString().- Returns:
- The current state of the web application.
- See Also:
ApplicationState
-
toBuilder
public ApplicationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
builder
public static ApplicationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationSummary.Builder> serializableBuilderClass()
-
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.
-
-