@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKeyspaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetKeyspaceResult() |
| Modifier and Type | Method and Description |
|---|---|
GetKeyspaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getKeyspaceName()
The name of the keyspace.
|
String |
getResourceArn()
The ARN of the keyspace.
|
int |
hashCode() |
void |
setKeyspaceName(String keyspaceName)
The name of the keyspace.
|
void |
setResourceArn(String resourceArn)
The ARN of the keyspace.
|
String |
toString()
Returns a string representation of this object.
|
GetKeyspaceResult |
withKeyspaceName(String keyspaceName)
The name of the keyspace.
|
GetKeyspaceResult |
withResourceArn(String resourceArn)
The ARN of the keyspace.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setKeyspaceName(String keyspaceName)
The name of the keyspace.
keyspaceName - The name of the keyspace.public String getKeyspaceName()
The name of the keyspace.
public GetKeyspaceResult withKeyspaceName(String keyspaceName)
The name of the keyspace.
keyspaceName - The name of the keyspace.public void setResourceArn(String resourceArn)
The ARN of the keyspace.
resourceArn - The ARN of the keyspace.public String getResourceArn()
The ARN of the keyspace.
public GetKeyspaceResult withResourceArn(String resourceArn)
The ARN of the keyspace.
resourceArn - The ARN of the keyspace.public String toString()
toString in class ObjectObject.toString()public GetKeyspaceResult clone()
Copyright © 2022. All rights reserved.