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