@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAnalyzerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to the request to create an analyzer.
Constructor and Description |
---|
CreateAnalyzerResult() |
Modifier and Type | Method and Description |
---|---|
CreateAnalyzerResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the analyzer that was created by the request.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the analyzer that was created by the request.
|
String |
toString()
Returns a string representation of this object.
|
CreateAnalyzerResult |
withArn(String arn)
The ARN of the analyzer that was created by the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the analyzer that was created by the request.
arn
- The ARN of the analyzer that was created by the request.public String getArn()
The ARN of the analyzer that was created by the request.
public CreateAnalyzerResult withArn(String arn)
The ARN of the analyzer that was created by the request.
arn
- The ARN of the analyzer that was created by the request.public String toString()
toString
in class Object
Object.toString()
public CreateAnalyzerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.