@Generated(value="software.amazon.awssdk:codegen") public final class CreateManagedEndpointResponse extends EmrContainersResponse implements ToCopyableBuilder<CreateManagedEndpointResponse.Builder,CreateManagedEndpointResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateManagedEndpointResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The output contains the ARN of the managed endpoint.
|
static CreateManagedEndpointResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The output contains the ID of the managed endpoint.
|
String |
name()
The output contains the name of the managed endpoint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateManagedEndpointResponse.Builder> |
serializableBuilderClass() |
CreateManagedEndpointResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
virtualClusterId()
The output contains the ID of the virtual cluster.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The output contains the ID of the managed endpoint.
public final String name()
The output contains the name of the managed endpoint.
public final String arn()
The output contains the ARN of the managed endpoint.
public final String virtualClusterId()
The output contains the ID of the virtual cluster.
public CreateManagedEndpointResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateManagedEndpointResponse.Builder,CreateManagedEndpointResponse>toBuilder in class AwsResponsepublic static CreateManagedEndpointResponse.Builder builder()
public static Class<? extends CreateManagedEndpointResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.