@Generated(value="software.amazon.awssdk:codegen") public final class ServiceTemplate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceTemplate.Builder,ServiceTemplate>
Detailed data of an Proton service template resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceTemplate.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the service template.
|
static ServiceTemplate.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.
|
String |
encryptionKey()
The customer provided service template encryption key that's used to encrypt data.
|
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. |
String |
pipelineProvisioningAsString()
If
pipelineProvisioning is true, a service pipeline is included in the service
template. |
String |
recommendedVersion()
The recommended version of the service template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceTemplate.Builder> |
serializableBuilderClass() |
ServiceTemplate.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 String encryptionKey()
The customer provided service template encryption key that's used to encrypt data.
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 ServiceTemplate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceTemplate.Builder,ServiceTemplate>public static ServiceTemplate.Builder builder()
public static Class<? extends ServiceTemplate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.