@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNetworkProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetNetworkProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetNetworkProfileResult |
clone() |
boolean |
equals(Object obj) |
NetworkProfile |
getNetworkProfile()
The network profile.
|
int |
hashCode() |
void |
setNetworkProfile(NetworkProfile networkProfile)
The network profile.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetNetworkProfileResult |
withNetworkProfile(NetworkProfile networkProfile)
The network profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNetworkProfile(NetworkProfile networkProfile)
The network profile.
networkProfile
- The network profile.public NetworkProfile getNetworkProfile()
The network profile.
public GetNetworkProfileResult withNetworkProfile(NetworkProfile networkProfile)
The network profile.
networkProfile
- The network profile.public String toString()
toString
in class Object
Object.toString()
public GetNetworkProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.