@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccessScopePath extends Object implements Serializable, Cloneable
Describes a path.
| Constructor and Description | 
|---|
AccessScopePath()  | 
| Modifier and Type | Method and Description | 
|---|---|
AccessScopePath | 
clone()  | 
boolean | 
equals(Object obj)  | 
PathStatement | 
getDestination()
 The destination. 
 | 
PathStatement | 
getSource()
 The source. 
 | 
List<ThroughResourcesStatement> | 
getThroughResources()
 The through resources. 
 | 
int | 
hashCode()  | 
void | 
setDestination(PathStatement destination)
 The destination. 
 | 
void | 
setSource(PathStatement source)
 The source. 
 | 
void | 
setThroughResources(Collection<ThroughResourcesStatement> throughResources)
 The through resources. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
AccessScopePath | 
withDestination(PathStatement destination)
 The destination. 
 | 
AccessScopePath | 
withSource(PathStatement source)
 The source. 
 | 
AccessScopePath | 
withThroughResources(Collection<ThroughResourcesStatement> throughResources)
 The through resources. 
 | 
AccessScopePath | 
withThroughResources(ThroughResourcesStatement... throughResources)
 The through resources. 
 | 
public void setSource(PathStatement source)
The source.
source - The source.public PathStatement getSource()
The source.
public AccessScopePath withSource(PathStatement source)
The source.
source - The source.public void setDestination(PathStatement destination)
The destination.
destination - The destination.public PathStatement getDestination()
The destination.
public AccessScopePath withDestination(PathStatement destination)
The destination.
destination - The destination.public List<ThroughResourcesStatement> getThroughResources()
The through resources.
public void setThroughResources(Collection<ThroughResourcesStatement> throughResources)
The through resources.
throughResources - The through resources.public AccessScopePath withThroughResources(ThroughResourcesStatement... throughResources)
The through resources.
 NOTE: This method appends the values to the existing list (if any). Use
 setThroughResources(java.util.Collection) or withThroughResources(java.util.Collection) if you
 want to override the existing values.
 
throughResources - The through resources.public AccessScopePath withThroughResources(Collection<ThroughResourcesStatement> throughResources)
The through resources.
throughResources - The through resources.public String toString()
toString in class ObjectObject.toString()public AccessScopePath clone()