@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkInsightsAccessScopeContent extends Object implements Serializable, Cloneable
Describes the Network Access Scope content.
Constructor and Description |
---|
NetworkInsightsAccessScopeContent() |
public void setNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId
- The ID of the Network Access Scope.public String getNetworkInsightsAccessScopeId()
The ID of the Network Access Scope.
public NetworkInsightsAccessScopeContent withNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId
- The ID of the Network Access Scope.public List<AccessScopePath> getMatchPaths()
The paths to match.
public void setMatchPaths(Collection<AccessScopePath> matchPaths)
The paths to match.
matchPaths
- The paths to match.public NetworkInsightsAccessScopeContent withMatchPaths(AccessScopePath... matchPaths)
The paths to match.
NOTE: This method appends the values to the existing list (if any). Use
setMatchPaths(java.util.Collection)
or withMatchPaths(java.util.Collection)
if you want to
override the existing values.
matchPaths
- The paths to match.public NetworkInsightsAccessScopeContent withMatchPaths(Collection<AccessScopePath> matchPaths)
The paths to match.
matchPaths
- The paths to match.public List<AccessScopePath> getExcludePaths()
The paths to exclude.
public void setExcludePaths(Collection<AccessScopePath> excludePaths)
The paths to exclude.
excludePaths
- The paths to exclude.public NetworkInsightsAccessScopeContent withExcludePaths(AccessScopePath... excludePaths)
The paths to exclude.
NOTE: This method appends the values to the existing list (if any). Use
setExcludePaths(java.util.Collection)
or withExcludePaths(java.util.Collection)
if you want to
override the existing values.
excludePaths
- The paths to exclude.public NetworkInsightsAccessScopeContent withExcludePaths(Collection<AccessScopePath> excludePaths)
The paths to exclude.
excludePaths
- The paths to exclude.public String toString()
toString
in class Object
Object.toString()
public NetworkInsightsAccessScopeContent clone()