@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlueSelfGrantStatusOutput extends Object implements Serializable, Cloneable, StructuredPojo
The details of the self granting status.
Constructor and Description |
---|
GlueSelfGrantStatusOutput() |
Modifier and Type | Method and Description |
---|---|
GlueSelfGrantStatusOutput |
clone() |
boolean |
equals(Object obj) |
List<SelfGrantStatusDetail> |
getSelfGrantStatusDetails()
The details for the self granting status for a Glue 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 a Glue data source.
|
String |
toString()
Returns a string representation of this object.
|
GlueSelfGrantStatusOutput |
withSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for a Glue data source.
|
GlueSelfGrantStatusOutput |
withSelfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails)
The details for the self granting status for a Glue data source.
|
public List<SelfGrantStatusDetail> getSelfGrantStatusDetails()
The details for the self granting status for a Glue data source.
public void setSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for a Glue data source.
selfGrantStatusDetails
- The details for the self granting status for a Glue data source.public GlueSelfGrantStatusOutput withSelfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails)
The details for the self granting status for a Glue 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 a Glue data source.public GlueSelfGrantStatusOutput withSelfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)
The details for the self granting status for a Glue data source.
selfGrantStatusDetails
- The details for the self granting status for a Glue data source.public String toString()
toString
in class Object
Object.toString()
public GlueSelfGrantStatusOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.