@Generated(value="software.amazon.awssdk:codegen") public final class VpcConnectionInfoServerless extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcConnectionInfoServerless.Builder,VpcConnectionInfoServerless>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpcConnectionInfoServerless.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpcConnectionInfoServerless.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 VpcConnectionInfoServerless.Builder> |
serializableBuilderClass() |
VpcConnectionInfoServerless.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 Instant creationTime()
The time when Amazon MSK creates the VPC Connnection.
The time when Amazon MSK creates the VPC Connnection.
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 String vpcConnectionArn()
The Amazon Resource Name (ARN) of the VPC connection.
The Amazon Resource Name (ARN) of the VPC connection.
public VpcConnectionInfoServerless.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpcConnectionInfoServerless.Builder,VpcConnectionInfoServerless>public static VpcConnectionInfoServerless.Builder builder()
public static Class<? extends VpcConnectionInfoServerless.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.