Class ServiceInstanceSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServiceInstanceSummary.Builder,ServiceInstanceSummary>
Summary data of an Proton service instance resource.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the service instance.builder()final InstantThe time when the service instance was created.final DeploymentStatusThe service instance deployment status.final StringThe service instance deployment status.final StringA service instance deployment status message.final StringThe name of the environment that the service instance was deployed into.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of the last attempted deployment of this service instance.final InstantThe time when a deployment of the service was last attempted.final InstantThe time when the service was last deployed successfully.final StringThe ID of the last successful deployment of this service instance.final Stringname()The name of the service instance.static Class<? extends ServiceInstanceSummary.Builder> final StringThe name of the service that the service instance belongs to.final StringThe service instance template major version.final StringThe service instance template minor version.final StringThe name of the service template.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the service instance.
- Returns:
- The Amazon Resource Name (ARN) of the service instance.
-
createdAt
The time when the service instance was created.
- Returns:
- The time when the service instance was created.
-
deploymentStatus
The service instance deployment status.
If the service returns an enum value that is not available in the current SDK version,
deploymentStatuswill returnDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeploymentStatusAsString().- Returns:
- The service instance deployment status.
- See Also:
-
deploymentStatusAsString
The service instance deployment status.
If the service returns an enum value that is not available in the current SDK version,
deploymentStatuswill returnDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeploymentStatusAsString().- Returns:
- The service instance deployment status.
- See Also:
-
deploymentStatusMessage
A service instance deployment status message.
- Returns:
- A service instance deployment status message.
-
environmentName
The name of the environment that the service instance was deployed into.
- Returns:
- The name of the environment that the service instance was deployed into.
-
lastAttemptedDeploymentId
The ID of the last attempted deployment of this service instance.
- Returns:
- The ID of the last attempted deployment of this service instance.
-
lastDeploymentAttemptedAt
The time when a deployment of the service was last attempted.
- Returns:
- The time when a deployment of the service was last attempted.
-
lastDeploymentSucceededAt
The time when the service was last deployed successfully.
- Returns:
- The time when the service was last deployed successfully.
-
lastSucceededDeploymentId
The ID of the last successful deployment of this service instance.
- Returns:
- The ID of the last successful deployment of this service instance.
-
name
The name of the service instance.
- Returns:
- The name of the service instance.
-
serviceName
The name of the service that the service instance belongs to.
- Returns:
- The name of the service that the service instance belongs to.
-
templateMajorVersion
The service instance template major version.
- Returns:
- The service instance template major version.
-
templateMinorVersion
The service instance template minor version.
- Returns:
- The service instance template minor version.
-
templateName
The name of the service template.
- Returns:
- The name of the service template.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ServiceInstanceSummary.Builder,ServiceInstanceSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-