@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelfGrantStatusOutput extends Object implements Serializable, Cloneable, StructuredPojo
The details for the self granting status for a data source.
| Constructor and Description |
|---|
SelfGrantStatusOutput() |
| Modifier and Type | Method and Description |
|---|---|
SelfGrantStatusOutput |
clone() |
boolean |
equals(Object obj) |
GlueSelfGrantStatusOutput |
getGlueSelfGrantStatus()
The details for the self granting status for a Glue data source.
|
RedshiftSelfGrantStatusOutput |
getRedshiftSelfGrantStatus()
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 |
setGlueSelfGrantStatus(GlueSelfGrantStatusOutput glueSelfGrantStatus)
The details for the self granting status for a Glue data source.
|
void |
setRedshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput redshiftSelfGrantStatus)
The details for the self granting status for an Amazon Redshift data source.
|
String |
toString()
Returns a string representation of this object.
|
SelfGrantStatusOutput |
withGlueSelfGrantStatus(GlueSelfGrantStatusOutput glueSelfGrantStatus)
The details for the self granting status for a Glue data source.
|
SelfGrantStatusOutput |
withRedshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput redshiftSelfGrantStatus)
The details for the self granting status for an Amazon Redshift data source.
|
public void setGlueSelfGrantStatus(GlueSelfGrantStatusOutput glueSelfGrantStatus)
The details for the self granting status for a Glue data source.
glueSelfGrantStatus - The details for the self granting status for a Glue data source.public GlueSelfGrantStatusOutput getGlueSelfGrantStatus()
The details for the self granting status for a Glue data source.
public SelfGrantStatusOutput withGlueSelfGrantStatus(GlueSelfGrantStatusOutput glueSelfGrantStatus)
The details for the self granting status for a Glue data source.
glueSelfGrantStatus - The details for the self granting status for a Glue data source.public void setRedshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput redshiftSelfGrantStatus)
The details for the self granting status for an Amazon Redshift data source.
redshiftSelfGrantStatus - The details for the self granting status for an Amazon Redshift data source.public RedshiftSelfGrantStatusOutput getRedshiftSelfGrantStatus()
The details for the self granting status for an Amazon Redshift data source.
public SelfGrantStatusOutput withRedshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput redshiftSelfGrantStatus)
The details for the self granting status for an Amazon Redshift data source.
redshiftSelfGrantStatus - The details for the self granting status for an Amazon Redshift data source.public String toString()
toString in class ObjectObject.toString()public SelfGrantStatusOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.