@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAnalyzerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to the request.
Constructor and Description |
---|
GetAnalyzerResult() |
Modifier and Type | Method and Description |
---|---|
GetAnalyzerResult |
clone() |
boolean |
equals(Object obj) |
AnalyzerSummary |
getAnalyzer()
An
AnalyzerSummary object that contains information about the analyzer. |
int |
hashCode() |
void |
setAnalyzer(AnalyzerSummary analyzer)
An
AnalyzerSummary object that contains information about the analyzer. |
String |
toString()
Returns a string representation of this object.
|
GetAnalyzerResult |
withAnalyzer(AnalyzerSummary analyzer)
An
AnalyzerSummary object that contains information about the analyzer. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAnalyzer(AnalyzerSummary analyzer)
An AnalyzerSummary
object that contains information about the analyzer.
analyzer
- An AnalyzerSummary
object that contains information about the analyzer.public AnalyzerSummary getAnalyzer()
An AnalyzerSummary
object that contains information about the analyzer.
AnalyzerSummary
object that contains information about the analyzer.public GetAnalyzerResult withAnalyzer(AnalyzerSummary analyzer)
An AnalyzerSummary
object that contains information about the analyzer.
analyzer
- An AnalyzerSummary
object that contains information about the analyzer.public String toString()
toString
in class Object
Object.toString()
public GetAnalyzerResult clone()