@Generated(value="software.amazon.awssdk:codegen") public final class CollaborationAnalysisTemplate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollaborationAnalysisTemplate.Builder,CollaborationAnalysisTemplate>
The analysis template within a collaboration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CollaborationAnalysisTemplate.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisParameter> |
analysisParameters()
The analysis parameters that have been specified in the analysis template.
|
String |
arn()
The Amazon Resource Name (ARN) of the analysis template.
|
static CollaborationAnalysisTemplate.Builder |
builder() |
String |
collaborationArn()
The unique ARN for the analysis template’s associated collaboration.
|
String |
collaborationId()
A unique identifier for the collaboration that the analysis templates belong to.
|
Instant |
createTime()
The time that the analysis template within a collaboration was created.
|
String |
creatorAccountId()
The identifier used to reference members of the collaboration.
|
String |
description()
The description of the analysis template.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AnalysisFormat |
format()
The format of the analysis template in the collaboration.
|
String |
formatAsString()
The format of the analysis template in the collaboration.
|
<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 of the analysis template.
|
String |
name()
The name of the analysis template.
|
AnalysisSchema |
schema()
The entire schema object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CollaborationAnalysisTemplate.Builder> |
serializableBuilderClass() |
AnalysisSource |
source()
The source of the analysis template within a collaboration.
|
CollaborationAnalysisTemplate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The time that the analysis template in the collaboration was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the analysis template.
public final String arn()
The Amazon Resource Name (ARN) of the analysis template.
public final String collaborationId()
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
public final String collaborationArn()
The unique ARN for the analysis template’s associated collaboration.
public final String description()
The description of the analysis template.
public final String creatorAccountId()
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
public final String name()
The name of the analysis template.
public final Instant createTime()
The time that the analysis template within a collaboration was created.
public final Instant updateTime()
The time that the analysis template in the collaboration was last updated.
public final AnalysisSchema schema()
The entire schema object.
public final AnalysisFormat format()
The format of the analysis template in the collaboration.
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 in the collaboration.
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 within a collaboration.
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 analysis parameters that have been specified in 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 CollaborationAnalysisTemplate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CollaborationAnalysisTemplate.Builder,CollaborationAnalysisTemplate>public static CollaborationAnalysisTemplate.Builder builder()
public static Class<? extends CollaborationAnalysisTemplate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.