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()
boolean
getArn()
The problem detail's ARN.getName()
The problem detail's name.int
hashCode()
void
The problem detail's ARN.void
The 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
The problem detail's ARN.
- Returns:
- The problem detail's ARN.
-
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
The problem detail's name.
- Returns:
- The problem detail's name.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-