@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RedshiftClusterStorage extends Object implements Serializable, Cloneable, StructuredPojo
The details of the Amazon Redshift cluster storage.
Constructor and Description |
---|
RedshiftClusterStorage() |
Modifier and Type | Method and Description |
---|---|
RedshiftClusterStorage |
clone() |
boolean |
equals(Object obj) |
String |
getClusterName()
The name of an Amazon Redshift cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClusterName(String clusterName)
The name of an Amazon Redshift cluster.
|
String |
toString()
Returns a string representation of this object.
|
RedshiftClusterStorage |
withClusterName(String clusterName)
The name of an Amazon Redshift cluster.
|
public void setClusterName(String clusterName)
The name of an Amazon Redshift cluster.
clusterName
- The name of an Amazon Redshift cluster.public String getClusterName()
The name of an Amazon Redshift cluster.
public RedshiftClusterStorage withClusterName(String clusterName)
The name of an Amazon Redshift cluster.
clusterName
- The name of an Amazon Redshift cluster.public String toString()
toString
in class Object
Object.toString()
public RedshiftClusterStorage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.