@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNetworkInsightsAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteNetworkInsightsAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
DeleteNetworkInsightsAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getNetworkInsightsAnalysisId()
The ID of the network insights analysis.
|
int |
hashCode() |
void |
setNetworkInsightsAnalysisId(String networkInsightsAnalysisId)
The ID of the network insights analysis.
|
String |
toString()
Returns a string representation of this object.
|
DeleteNetworkInsightsAnalysisResult |
withNetworkInsightsAnalysisId(String networkInsightsAnalysisId)
The ID of the network insights analysis.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNetworkInsightsAnalysisId(String networkInsightsAnalysisId)
The ID of the network insights analysis.
networkInsightsAnalysisId
- The ID of the network insights analysis.public String getNetworkInsightsAnalysisId()
The ID of the network insights analysis.
public DeleteNetworkInsightsAnalysisResult withNetworkInsightsAnalysisId(String networkInsightsAnalysisId)
The ID of the network insights analysis.
networkInsightsAnalysisId
- The ID of the network insights analysis.public String toString()
toString
in class Object
Object.toString()
public DeleteNetworkInsightsAnalysisResult clone()