@Generated(value="software.amazon.awssdk:codegen") public final class ListedConnector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedConnector.Builder,ListedConnector>
Returns details of the connector that is specified.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListedConnector.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the specified connector.
|
static ListedConnector.Builder |
builder() |
String |
connectorId()
The unique identifier for the connector.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListedConnector.Builder> |
serializableBuilderClass() |
ListedConnector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The URL of the partner's AS2 or SFTP endpoint.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the specified connector.
public final String connectorId()
The unique identifier for the connector.
public final String url()
The URL of the partner's AS2 or SFTP endpoint.
public ListedConnector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListedConnector.Builder,ListedConnector>public static ListedConnector.Builder builder()
public static Class<? extends ListedConnector.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.