@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RedshiftSelfGrantStatusOutput extends Object implements Serializable, Cloneable, StructuredPojo
The details for the self granting status for an Amazon Redshift data source.
| Constructor and Description |
|---|
RedshiftSelfGrantStatusOutput() |
| Modifier and Type | Method and Description |
|---|---|
RedshiftSelfGrantStatusOutput |
clone() |
boolean |
equals(Object obj) |
List<SelfGrantStatusDetail> |
getSelfGrantStatusDetails()
The details for the self granting status for an Amazon Redshift data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for an Amazon Redshift data source.
|
String |
toString()
Returns a string representation of this object.
|
RedshiftSelfGrantStatusOutput |
withSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for an Amazon Redshift data source.
|
RedshiftSelfGrantStatusOutput |
withSelfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails)
The details for the self granting status for an Amazon Redshift data source.
|
public List<SelfGrantStatusDetail> getSelfGrantStatusDetails()
The details for the self granting status for an Amazon Redshift data source.
public void setSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for an Amazon Redshift data source.
selfGrantStatusDetails - The details for the self granting status for an Amazon Redshift data source.public RedshiftSelfGrantStatusOutput withSelfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails)
The details for the self granting status for an Amazon Redshift data source.
NOTE: This method appends the values to the existing list (if any). Use
setSelfGrantStatusDetails(java.util.Collection) or
withSelfGrantStatusDetails(java.util.Collection) if you want to override the existing values.
selfGrantStatusDetails - The details for the self granting status for an Amazon Redshift data source.public RedshiftSelfGrantStatusOutput withSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for an Amazon Redshift data source.
selfGrantStatusDetails - The details for the self granting status for an Amazon Redshift data source.public String toString()
toString in class ObjectObject.toString()public RedshiftSelfGrantStatusOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.