@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThroughResourcesStatement extends Object implements Serializable, Cloneable
Describes a through resource statement.
| Constructor and Description | 
|---|
| ThroughResourcesStatement() | 
| Modifier and Type | Method and Description | 
|---|---|
| ThroughResourcesStatement | clone() | 
| boolean | equals(Object obj) | 
| ResourceStatement | getResourceStatement()
 The resource statement. | 
| int | hashCode() | 
| void | setResourceStatement(ResourceStatement resourceStatement)
 The resource statement. | 
| String | toString()Returns a string representation of this object. | 
| ThroughResourcesStatement | withResourceStatement(ResourceStatement resourceStatement)
 The resource statement. | 
public void setResourceStatement(ResourceStatement resourceStatement)
The resource statement.
resourceStatement - The resource statement.public ResourceStatement getResourceStatement()
The resource statement.
public ThroughResourcesStatement withResourceStatement(ResourceStatement resourceStatement)
The resource statement.
resourceStatement - The resource statement.public String toString()
toString in class ObjectObject.toString()public ThroughResourcesStatement clone()