@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccessScopeAnalysisFinding extends Object implements Serializable, Cloneable
Describes a finding for a Network Access Scope.
Constructor and Description |
---|
AccessScopeAnalysisFinding() |
Modifier and Type | Method and Description |
---|---|
AccessScopeAnalysisFinding |
clone() |
boolean |
equals(Object obj) |
List<PathComponent> |
getFindingComponents()
The finding components.
|
String |
getFindingId()
The ID of the finding.
|
String |
getNetworkInsightsAccessScopeAnalysisId()
The ID of the Network Access Scope analysis.
|
String |
getNetworkInsightsAccessScopeId()
The ID of the Network Access Scope.
|
int |
hashCode() |
void |
setFindingComponents(Collection<PathComponent> findingComponents)
The finding components.
|
void |
setFindingId(String findingId)
The ID of the finding.
|
void |
setNetworkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
|
void |
setNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
String |
toString()
Returns a string representation of this object.
|
AccessScopeAnalysisFinding |
withFindingComponents(Collection<PathComponent> findingComponents)
The finding components.
|
AccessScopeAnalysisFinding |
withFindingComponents(PathComponent... findingComponents)
The finding components.
|
AccessScopeAnalysisFinding |
withFindingId(String findingId)
The ID of the finding.
|
AccessScopeAnalysisFinding |
withNetworkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
|
AccessScopeAnalysisFinding |
withNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
public void setNetworkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
networkInsightsAccessScopeAnalysisId
- The ID of the Network Access Scope analysis.public String getNetworkInsightsAccessScopeAnalysisId()
The ID of the Network Access Scope analysis.
public AccessScopeAnalysisFinding withNetworkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
networkInsightsAccessScopeAnalysisId
- The ID of the Network Access Scope analysis.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 AccessScopeAnalysisFinding withNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId
- The ID of the Network Access Scope.public void setFindingId(String findingId)
The ID of the finding.
findingId
- The ID of the finding.public String getFindingId()
The ID of the finding.
public AccessScopeAnalysisFinding withFindingId(String findingId)
The ID of the finding.
findingId
- The ID of the finding.public List<PathComponent> getFindingComponents()
The finding components.
public void setFindingComponents(Collection<PathComponent> findingComponents)
The finding components.
findingComponents
- The finding components.public AccessScopeAnalysisFinding withFindingComponents(PathComponent... findingComponents)
The finding components.
NOTE: This method appends the values to the existing list (if any). Use
setFindingComponents(java.util.Collection)
or withFindingComponents(java.util.Collection)
if
you want to override the existing values.
findingComponents
- The finding components.public AccessScopeAnalysisFinding withFindingComponents(Collection<PathComponent> findingComponents)
The finding components.
findingComponents
- The finding components.public String toString()
toString
in class Object
Object.toString()
public AccessScopeAnalysisFinding clone()