@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateNetworkProfileResult() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkProfileResult |
clone() |
boolean |
equals(Object obj) |
NetworkProfile |
getNetworkProfile()
The network profile that is returned by the create network profile request.
|
int |
hashCode() |
void |
setNetworkProfile(NetworkProfile networkProfile)
The network profile that is returned by the create network profile request.
|
String |
toString()
Returns a string representation of this object.
|
CreateNetworkProfileResult |
withNetworkProfile(NetworkProfile networkProfile)
The network profile that is returned by the create network profile request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNetworkProfile(NetworkProfile networkProfile)
The network profile that is returned by the create network profile request.
networkProfile
- The network profile that is returned by the create network profile request.public NetworkProfile getNetworkProfile()
The network profile that is returned by the create network profile request.
public CreateNetworkProfileResult withNetworkProfile(NetworkProfile networkProfile)
The network profile that is returned by the create network profile request.
networkProfile
- The network profile that is returned by the create network profile request.public String toString()
toString
in class Object
Object.toString()
public CreateNetworkProfileResult clone()