@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetCollaborationAnalysisTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetCollaborationAnalysisTemplateResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetCollaborationAnalysisTemplateResult |
clone() |
boolean |
equals(Object obj) |
List<CollaborationAnalysisTemplate> |
getCollaborationAnalysisTemplates()
The retrieved list of analysis templates within a collaboration.
|
List<BatchGetCollaborationAnalysisTemplateError> |
getErrors()
Error reasons for collaboration analysis templates that could not be retrieved.
|
int |
hashCode() |
void |
setCollaborationAnalysisTemplates(Collection<CollaborationAnalysisTemplate> collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
|
void |
setErrors(Collection<BatchGetCollaborationAnalysisTemplateError> errors)
Error reasons for collaboration analysis templates that could not be retrieved.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetCollaborationAnalysisTemplateResult |
withCollaborationAnalysisTemplates(CollaborationAnalysisTemplate... collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
|
BatchGetCollaborationAnalysisTemplateResult |
withCollaborationAnalysisTemplates(Collection<CollaborationAnalysisTemplate> collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
|
BatchGetCollaborationAnalysisTemplateResult |
withErrors(BatchGetCollaborationAnalysisTemplateError... errors)
Error reasons for collaboration analysis templates that could not be retrieved.
|
BatchGetCollaborationAnalysisTemplateResult |
withErrors(Collection<BatchGetCollaborationAnalysisTemplateError> errors)
Error reasons for collaboration analysis templates that could not be retrieved.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public BatchGetCollaborationAnalysisTemplateResult()
public List<CollaborationAnalysisTemplate> getCollaborationAnalysisTemplates()
The retrieved list of analysis templates within a collaboration.
public void setCollaborationAnalysisTemplates(Collection<CollaborationAnalysisTemplate> collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
collaborationAnalysisTemplates
- The retrieved list of analysis templates within a collaboration.public BatchGetCollaborationAnalysisTemplateResult withCollaborationAnalysisTemplates(CollaborationAnalysisTemplate... collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
NOTE: This method appends the values to the existing list (if any). Use
setCollaborationAnalysisTemplates(java.util.Collection)
or
withCollaborationAnalysisTemplates(java.util.Collection)
if you want to override the existing values.
collaborationAnalysisTemplates
- The retrieved list of analysis templates within a collaboration.public BatchGetCollaborationAnalysisTemplateResult withCollaborationAnalysisTemplates(Collection<CollaborationAnalysisTemplate> collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
collaborationAnalysisTemplates
- The retrieved list of analysis templates within a collaboration.public List<BatchGetCollaborationAnalysisTemplateError> getErrors()
Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved.
public void setErrors(Collection<BatchGetCollaborationAnalysisTemplateError> errors)
Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved.
errors
- Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for
every collaboration analysis template that could not be retrieved.public BatchGetCollaborationAnalysisTemplateResult withErrors(BatchGetCollaborationAnalysisTemplateError... errors)
Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for
every collaboration analysis template that could not be retrieved.public BatchGetCollaborationAnalysisTemplateResult withErrors(Collection<BatchGetCollaborationAnalysisTemplateError> errors)
Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved.
errors
- Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for
every collaboration analysis template that could not be retrieved.public String toString()
toString
in class Object
Object.toString()
public BatchGetCollaborationAnalysisTemplateResult clone()