@Generated(value="software.amazon.awssdk:codegen") public final class VpcConnectionInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcConnectionInfo.Builder,VpcConnectionInfo>
Description of the VPC connection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpcConnectionInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpcConnectionInfo.Builder |
builder() |
Instant |
creationTime()
The time when Amazon MSK creates the VPC Connnection.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
owner()
The owner of the VPC Connection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcConnectionInfo.Builder> |
serializableBuilderClass() |
VpcConnectionInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UserIdentity |
userIdentity()
Description of the requester that calls the API operation.
|
String |
vpcConnectionArn()
The Amazon Resource Name (ARN) of the VPC connection.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vpcConnectionArn()
The Amazon Resource Name (ARN) of the VPC connection.
The Amazon Resource Name (ARN) of the VPC connection.
public final String owner()
The owner of the VPC Connection.
The owner of the VPC Connection.
public final UserIdentity userIdentity()
Description of the requester that calls the API operation.
Description of the requester that calls the API operation.
public final Instant creationTime()
The time when Amazon MSK creates the VPC Connnection.
The time when Amazon MSK creates the VPC Connnection.
public VpcConnectionInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpcConnectionInfo.Builder,VpcConnectionInfo>public static VpcConnectionInfo.Builder builder()
public static Class<? extends VpcConnectionInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.