@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveFlowVpcInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveFlowVpcInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveFlowVpcInterfaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFlowArn()
The flow that you want to remove a VPC interface from.
|
String |
getVpcInterfaceName()
The name of the VPC interface that you want to remove.
|
int |
hashCode() |
void |
setFlowArn(String flowArn)
The flow that you want to remove a VPC interface from.
|
void |
setVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface that you want to remove.
|
String |
toString()
Returns a string representation of this object.
|
RemoveFlowVpcInterfaceRequest |
withFlowArn(String flowArn)
The flow that you want to remove a VPC interface from.
|
RemoveFlowVpcInterfaceRequest |
withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface that you want to remove.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFlowArn(String flowArn)
flowArn
- The flow that you want to remove a VPC interface from.public String getFlowArn()
public RemoveFlowVpcInterfaceRequest withFlowArn(String flowArn)
flowArn
- The flow that you want to remove a VPC interface from.public void setVpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName
- The name of the VPC interface that you want to remove.public String getVpcInterfaceName()
public RemoveFlowVpcInterfaceRequest withVpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName
- The name of the VPC interface that you want to remove.public String toString()
toString
in class Object
Object.toString()
public RemoveFlowVpcInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()