@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkInterfacePermissionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of CreateNetworkInterfacePermission.
Constructor and Description |
---|
CreateNetworkInterfacePermissionResult() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkInterfacePermissionResult |
clone() |
boolean |
equals(Object obj) |
NetworkInterfacePermission |
getInterfacePermission()
Information about the permission for the network interface.
|
int |
hashCode() |
void |
setInterfacePermission(NetworkInterfacePermission interfacePermission)
Information about the permission for the network interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateNetworkInterfacePermissionResult |
withInterfacePermission(NetworkInterfacePermission interfacePermission)
Information about the permission for the network interface.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateNetworkInterfacePermissionResult()
public void setInterfacePermission(NetworkInterfacePermission interfacePermission)
Information about the permission for the network interface.
interfacePermission
- Information about the permission for the network interface.public NetworkInterfacePermission getInterfacePermission()
Information about the permission for the network interface.
public CreateNetworkInterfacePermissionResult withInterfacePermission(NetworkInterfacePermission interfacePermission)
Information about the permission for the network interface.
interfacePermission
- Information about the permission for the network interface.public String toString()
toString
in class Object
Object.toString()
public CreateNetworkInterfacePermissionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.