public class DescribeResourceServerResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeResourceServerResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ResourceServerType |
getResourceServer()
The resource server.
|
int |
hashCode() |
void |
setResourceServer(ResourceServerType resourceServer)
The resource server.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeResourceServerResult |
withResourceServer(ResourceServerType resourceServer)
The resource server.
|
public ResourceServerType getResourceServer()
The resource server.
The resource server.
public void setResourceServer(ResourceServerType resourceServer)
The resource server.
resourceServer - The resource server.
public DescribeResourceServerResult withResourceServer(ResourceServerType resourceServer)
The resource server.
Returns a reference to this object so that method calls can be chained together.
resourceServer - The resource server.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.