@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteVpcConnectionResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcConnectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getState()
The state of the VPC connection.
|
String |
getVpcConnectionArn()
The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
|
int |
hashCode() |
void |
setState(String state)
The state of the VPC connection.
|
void |
setVpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVpcConnectionResult |
withState(String state)
The state of the VPC connection.
|
DeleteVpcConnectionResult |
withState(VpcConnectionState state)
The state of the VPC connection.
|
DeleteVpcConnectionResult |
withVpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
vpcConnectionArn - The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
public String getVpcConnectionArn()
The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
public DeleteVpcConnectionResult withVpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
vpcConnectionArn - The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
public void setState(String state)
The state of the VPC connection.
state - The state of the VPC connection.
VpcConnectionStatepublic String getState()
The state of the VPC connection.
The state of the VPC connection.
VpcConnectionStatepublic DeleteVpcConnectionResult withState(String state)
The state of the VPC connection.
state - The state of the VPC connection.
VpcConnectionStatepublic DeleteVpcConnectionResult withState(VpcConnectionState state)
The state of the VPC connection.
state - The state of the VPC connection.
VpcConnectionStatepublic String toString()
toString in class ObjectObject.toString()public DeleteVpcConnectionResult clone()