@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetCollaborationAnalysisTemplateError extends Object implements Serializable, Cloneable, StructuredPojo
Details of errors thrown by the call to retrieve multiple analysis templates within a collaboration by their identifiers.
Constructor and Description |
---|
BatchGetCollaborationAnalysisTemplateError() |
Modifier and Type | Method and Description |
---|---|
BatchGetCollaborationAnalysisTemplateError |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the analysis template.
|
String |
getCode()
An error code for the error.
|
String |
getMessage()
A description of why the call failed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
|
void |
setCode(String code)
An error code for the error.
|
void |
setMessage(String message)
A description of why the call failed.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetCollaborationAnalysisTemplateError |
withArn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
|
BatchGetCollaborationAnalysisTemplateError |
withCode(String code)
An error code for the error.
|
BatchGetCollaborationAnalysisTemplateError |
withMessage(String message)
A description of why the call failed.
|
public BatchGetCollaborationAnalysisTemplateError()
public void setArn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
arn
- The Amazon Resource Name (ARN) of the analysis template.public String getArn()
The Amazon Resource Name (ARN) of the analysis template.
public BatchGetCollaborationAnalysisTemplateError withArn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
arn
- The Amazon Resource Name (ARN) of the analysis template.public void setCode(String code)
An error code for the error.
code
- An error code for the error.public String getCode()
An error code for the error.
public BatchGetCollaborationAnalysisTemplateError withCode(String code)
An error code for the error.
code
- An error code for the error.public void setMessage(String message)
A description of why the call failed.
message
- A description of why the call failed.public String getMessage()
A description of why the call failed.
public BatchGetCollaborationAnalysisTemplateError withMessage(String message)
A description of why the call failed.
message
- A description of why the call failed.public String toString()
toString
in class Object
Object.toString()
public BatchGetCollaborationAnalysisTemplateError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.