@Generated(value="software.amazon.awssdk:codegen") public final class AnalysisTemplate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisTemplate.Builder,AnalysisTemplate>
The analysis template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalysisTemplate.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisParameter> |
analysisParameters()
The parameters of the analysis template.
|
String |
arn()
The Amazon Resource Name (ARN) of the analysis template.
|
static AnalysisTemplate.Builder |
builder() |
String |
collaborationArn()
The unique ARN for the analysis template’s associated collaboration.
|
String |
collaborationId()
The unique ID for the associated collaboration of the analysis template.
|
Instant |
createTime()
The time that the analysis template was created.
|
String |
description()
The description of the analysis template.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AnalysisFormat |
format()
The format of the analysis template.
|
String |
formatAsString()
The format of the analysis template.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAnalysisParameters()
For responses, this returns true if the service returned a value for the AnalysisParameters property.
|
int |
hashCode() |
String |
id()
The identifier for the analysis template.
|
String |
membershipArn()
The Amazon Resource Name (ARN) of the member who created the analysis template.
|
String |
membershipId()
The identifier of a member who created the analysis template.
|
String |
name()
The name of the analysis template.
|
AnalysisSchema |
schema()
The entire schema object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalysisTemplate.Builder> |
serializableBuilderClass() |
AnalysisSource |
source()
The source of the analysis template.
|
AnalysisTemplate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The time that the analysis template was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier for the analysis template.
public final String arn()
The Amazon Resource Name (ARN) of the analysis template.
public final String collaborationId()
The unique ID for the associated collaboration of the analysis template.
public final String collaborationArn()
The unique ARN for the analysis template’s associated collaboration.
public final String membershipId()
The identifier of a member who created the analysis template.
public final String membershipArn()
The Amazon Resource Name (ARN) of the member who created the analysis template.
public final String description()
The description of the analysis template.
public final String name()
The name of the analysis template.
public final Instant createTime()
The time that the analysis template was created.
public final Instant updateTime()
The time that the analysis template was last updated.
public final AnalysisSchema schema()
The entire schema object.
public final AnalysisFormat format()
The format of the analysis template.
If the service returns an enum value that is not available in the current SDK version, format will
return AnalysisFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
AnalysisFormatpublic final String formatAsString()
The format of the analysis template.
If the service returns an enum value that is not available in the current SDK version, format will
return AnalysisFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
AnalysisFormatpublic final AnalysisSource source()
The source of the analysis template.
public final boolean hasAnalysisParameters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AnalysisParameter> analysisParameters()
The parameters of the analysis template.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAnalysisParameters() method.
public AnalysisTemplate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnalysisTemplate.Builder,AnalysisTemplate>public static AnalysisTemplate.Builder builder()
public static Class<? extends AnalysisTemplate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.