Class ProblemDetail
java.lang.Object
com.amazonaws.services.devicefarm.model.ProblemDetail
- All Implemented Interfaces:
Serializable, Cloneable
Information about a problem detail.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetArn()The problem detail's ARN.getName()The problem detail's name.inthashCode()voidThe problem detail's ARN.voidThe problem detail's name.toString()Returns a string representation of this object; useful for testing and debugging.The problem detail's ARN.The problem detail's name.
-
Constructor Details
-
ProblemDetail
public ProblemDetail()
-
-
Method Details
-
setArn
The problem detail's ARN.
- Parameters:
arn- The problem detail's ARN.
-
getArn
-
withArn
The problem detail's ARN.
- Parameters:
arn- The problem detail's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
The problem detail's name.
- Parameters:
name- The problem detail's name.
-
getName
-
withName
The problem detail's name.
- Parameters:
name- The problem detail's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-