@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KeyspaceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Represents the properties of a keyspace.
Constructor and Description |
---|
KeyspaceSummary() |
Modifier and Type | Method and Description |
---|---|
KeyspaceSummary |
clone() |
boolean |
equals(Object obj) |
String |
getKeyspaceName()
The name of the keyspace.
|
String |
getResourceArn()
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeyspaceName(String keyspaceName)
The name of the keyspace.
|
void |
setResourceArn(String resourceArn)
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object.
|
KeyspaceSummary |
withKeyspaceName(String keyspaceName)
The name of the keyspace.
|
KeyspaceSummary |
withResourceArn(String resourceArn)
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
|
public void setKeyspaceName(String keyspaceName)
The name of the keyspace.
keyspaceName
- The name of the keyspace.public String getKeyspaceName()
The name of the keyspace.
public KeyspaceSummary withKeyspaceName(String keyspaceName)
The name of the keyspace.
keyspaceName
- The name of the keyspace.public void setResourceArn(String resourceArn)
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
resourceArn
- The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).public String getResourceArn()
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
public KeyspaceSummary withResourceArn(String resourceArn)
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
resourceArn
- The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).public String toString()
toString
in class Object
Object.toString()
public KeyspaceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.