@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAlgorithmResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAlgorithmResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAlgorithmResult |
clone() |
boolean |
equals(Object obj) |
Algorithm |
getAlgorithm()
A listing of the properties of the algorithm.
|
int |
hashCode() |
void |
setAlgorithm(Algorithm algorithm)
A listing of the properties of the algorithm.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAlgorithmResult |
withAlgorithm(Algorithm algorithm)
A listing of the properties of the algorithm.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAlgorithm(Algorithm algorithm)
A listing of the properties of the algorithm.
algorithm
- A listing of the properties of the algorithm.public Algorithm getAlgorithm()
A listing of the properties of the algorithm.
public DescribeAlgorithmResult withAlgorithm(Algorithm algorithm)
A listing of the properties of the algorithm.
algorithm
- A listing of the properties of the algorithm.public String toString()
toString
in class Object
Object.toString()
public DescribeAlgorithmResult clone()