@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNetworkInsightsAccessScopeContentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetNetworkInsightsAccessScopeContentResult() |
Modifier and Type | Method and Description |
---|---|
GetNetworkInsightsAccessScopeContentResult |
clone() |
boolean |
equals(Object obj) |
NetworkInsightsAccessScopeContent |
getNetworkInsightsAccessScopeContent()
The Network Access Scope content.
|
int |
hashCode() |
void |
setNetworkInsightsAccessScopeContent(NetworkInsightsAccessScopeContent networkInsightsAccessScopeContent)
The Network Access Scope content.
|
String |
toString()
Returns a string representation of this object.
|
GetNetworkInsightsAccessScopeContentResult |
withNetworkInsightsAccessScopeContent(NetworkInsightsAccessScopeContent networkInsightsAccessScopeContent)
The Network Access Scope content.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetNetworkInsightsAccessScopeContentResult()
public void setNetworkInsightsAccessScopeContent(NetworkInsightsAccessScopeContent networkInsightsAccessScopeContent)
The Network Access Scope content.
networkInsightsAccessScopeContent
- The Network Access Scope content.public NetworkInsightsAccessScopeContent getNetworkInsightsAccessScopeContent()
The Network Access Scope content.
public GetNetworkInsightsAccessScopeContentResult withNetworkInsightsAccessScopeContent(NetworkInsightsAccessScopeContent networkInsightsAccessScopeContent)
The Network Access Scope content.
networkInsightsAccessScopeContent
- The Network Access Scope content.public String toString()
toString
in class Object
Object.toString()
public GetNetworkInsightsAccessScopeContentResult clone()