@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNetworkInsightsAccessScopeAnalysisFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetNetworkInsightsAccessScopeAnalysisFindingsResult() |
Modifier and Type | Method and Description |
---|---|
GetNetworkInsightsAccessScopeAnalysisFindingsResult |
clone() |
boolean |
equals(Object obj) |
List<AccessScopeAnalysisFinding> |
getAnalysisFindings()
The findings associated with Network Access Scope Analysis.
|
String |
getAnalysisStatus()
The status of Network Access Scope Analysis.
|
String |
getNetworkInsightsAccessScopeAnalysisId()
The ID of the Network Access Scope analysis.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setAnalysisFindings(Collection<AccessScopeAnalysisFinding> analysisFindings)
The findings associated with Network Access Scope Analysis.
|
void |
setAnalysisStatus(String analysisStatus)
The status of Network Access Scope Analysis.
|
void |
setNetworkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetNetworkInsightsAccessScopeAnalysisFindingsResult |
withAnalysisFindings(AccessScopeAnalysisFinding... analysisFindings)
The findings associated with Network Access Scope Analysis.
|
GetNetworkInsightsAccessScopeAnalysisFindingsResult |
withAnalysisFindings(Collection<AccessScopeAnalysisFinding> analysisFindings)
The findings associated with Network Access Scope Analysis.
|
GetNetworkInsightsAccessScopeAnalysisFindingsResult |
withAnalysisStatus(AnalysisStatus analysisStatus)
The status of Network Access Scope Analysis.
|
GetNetworkInsightsAccessScopeAnalysisFindingsResult |
withAnalysisStatus(String analysisStatus)
The status of Network Access Scope Analysis.
|
GetNetworkInsightsAccessScopeAnalysisFindingsResult |
withNetworkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
|
GetNetworkInsightsAccessScopeAnalysisFindingsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetNetworkInsightsAccessScopeAnalysisFindingsResult()
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 GetNetworkInsightsAccessScopeAnalysisFindingsResult withNetworkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
networkInsightsAccessScopeAnalysisId
- The ID of the Network Access Scope analysis.public void setAnalysisStatus(String analysisStatus)
The status of Network Access Scope Analysis.
analysisStatus
- The status of Network Access Scope Analysis.AnalysisStatus
public String getAnalysisStatus()
The status of Network Access Scope Analysis.
AnalysisStatus
public GetNetworkInsightsAccessScopeAnalysisFindingsResult withAnalysisStatus(String analysisStatus)
The status of Network Access Scope Analysis.
analysisStatus
- The status of Network Access Scope Analysis.AnalysisStatus
public GetNetworkInsightsAccessScopeAnalysisFindingsResult withAnalysisStatus(AnalysisStatus analysisStatus)
The status of Network Access Scope Analysis.
analysisStatus
- The status of Network Access Scope Analysis.AnalysisStatus
public List<AccessScopeAnalysisFinding> getAnalysisFindings()
The findings associated with Network Access Scope Analysis.
public void setAnalysisFindings(Collection<AccessScopeAnalysisFinding> analysisFindings)
The findings associated with Network Access Scope Analysis.
analysisFindings
- The findings associated with Network Access Scope Analysis.public GetNetworkInsightsAccessScopeAnalysisFindingsResult withAnalysisFindings(AccessScopeAnalysisFinding... analysisFindings)
The findings associated with Network Access Scope Analysis.
NOTE: This method appends the values to the existing list (if any). Use
setAnalysisFindings(java.util.Collection)
or withAnalysisFindings(java.util.Collection)
if you
want to override the existing values.
analysisFindings
- The findings associated with Network Access Scope Analysis.public GetNetworkInsightsAccessScopeAnalysisFindingsResult withAnalysisFindings(Collection<AccessScopeAnalysisFinding> analysisFindings)
The findings associated with Network Access Scope Analysis.
analysisFindings
- The findings associated with Network Access Scope Analysis.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public GetNetworkInsightsAccessScopeAnalysisFindingsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public GetNetworkInsightsAccessScopeAnalysisFindingsResult clone()