@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DescribeAlgorithmResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.