@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAlgorithmResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAlgorithmResult() |
Modifier and Type | Method and Description |
---|---|
CreateAlgorithmResult |
clone() |
boolean |
equals(Object obj) |
String |
getAlgorithmArn()
The Amazon Resource Name (ARN) of the new algorithm.
|
int |
hashCode() |
void |
setAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the new algorithm.
|
String |
toString()
Returns a string representation of this object.
|
CreateAlgorithmResult |
withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the new algorithm.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the new algorithm.
algorithmArn
- The Amazon Resource Name (ARN) of the new algorithm.public String getAlgorithmArn()
The Amazon Resource Name (ARN) of the new algorithm.
public CreateAlgorithmResult withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the new algorithm.
algorithmArn
- The Amazon Resource Name (ARN) of the new algorithm.public String toString()
toString
in class Object
Object.toString()
public CreateAlgorithmResult clone()