@Generated(value="software.amazon.awssdk:codegen") public final class ServiceTemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceTemplateSummary.Builder,ServiceTemplateSummary>
Summary data of an Proton service template resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceTemplateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the service template.
|
static ServiceTemplateSummary.Builder |
builder() |
Instant |
createdAt()
The time when the service template was created.
|
String |
description()
A description of the service template.
|
String |
displayName()
The service template name as displayed in the developer interface.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedAt()
The time when the service template was last modified.
|
String |
name()
The name of the service template.
|
Provisioning |
pipelineProvisioning()
If
pipelineProvisioning is true, a service pipeline is included in the service
template, otherwise a service pipeline isn't included in the service template. |
String |
pipelineProvisioningAsString()
If
pipelineProvisioning is true, a service pipeline is included in the service
template, otherwise a service pipeline isn't included in the service template. |
String |
recommendedVersion()
The recommended version of the service template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceTemplateSummary.Builder> |
serializableBuilderClass() |
ServiceTemplateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the service template.
public final Instant createdAt()
The time when the service template was created.
public final String description()
A description of the service template.
public final String displayName()
The service template name as displayed in the developer interface.
public final Instant lastModifiedAt()
The time when the service template was last modified.
public final String name()
The name of the service template.
public final Provisioning pipelineProvisioning()
If pipelineProvisioning is true, a service pipeline is included in the service
template, otherwise a service pipeline isn't included in the service template.
If the service returns an enum value that is not available in the current SDK version,
pipelineProvisioning will return Provisioning.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from pipelineProvisioningAsString().
pipelineProvisioning is true, a service pipeline is included in the service
template, otherwise a service pipeline isn't included in the service template.Provisioningpublic final String pipelineProvisioningAsString()
If pipelineProvisioning is true, a service pipeline is included in the service
template, otherwise a service pipeline isn't included in the service template.
If the service returns an enum value that is not available in the current SDK version,
pipelineProvisioning will return Provisioning.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from pipelineProvisioningAsString().
pipelineProvisioning is true, a service pipeline is included in the service
template, otherwise a service pipeline isn't included in the service template.Provisioningpublic final String recommendedVersion()
The recommended version of the service template.
public ServiceTemplateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceTemplateSummary.Builder,ServiceTemplateSummary>public static ServiceTemplateSummary.Builder builder()
public static Class<? extends ServiceTemplateSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.