@Generated(value="software.amazon.awssdk:codegen") public final class Connector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Connector.Builder,Connector>
Represents a connector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Connector.Builder |
| Modifier and Type | Method and Description |
|---|---|
Instant |
associatedOn()
The time the connector was associated.
|
static Connector.Builder |
builder() |
List<ConnectorCapability> |
capabilityList()
The capabilities of the connector.
|
List<String> |
capabilityListAsStrings()
The capabilities of the connector.
|
String |
connectorId()
The identifier of the connector.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCapabilityList()
Returns true if the CapabilityList property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
String |
ipAddress()
The IP address of the connector.
|
String |
macAddress()
The MAC address of the connector.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Connector.Builder> |
serializableBuilderClass() |
ConnectorStatus |
status()
The status of the connector.
|
String |
statusAsString()
The status of the connector.
|
Connector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The connector version.
|
String |
vmManagerId()
The identifier of the VM manager.
|
String |
vmManagerName()
The name of the VM manager.
|
VmManagerType |
vmManagerType()
The VM management product.
|
String |
vmManagerTypeAsString()
The VM management product.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String connectorId()
The identifier of the connector.
public String version()
The connector version.
public ConnectorStatus status()
The status of the connector.
If the service returns an enum value that is not available in the current SDK version, status will
return ConnectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ConnectorStatuspublic String statusAsString()
The status of the connector.
If the service returns an enum value that is not available in the current SDK version, status will
return ConnectorStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ConnectorStatuspublic List<ConnectorCapability> capabilityList()
The capabilities of the connector.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCapabilityList() to see if a value was sent in this field.
public boolean hasCapabilityList()
public List<String> capabilityListAsStrings()
The capabilities of the connector.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCapabilityList() to see if a value was sent in this field.
public String vmManagerName()
The name of the VM manager.
public VmManagerType vmManagerType()
The VM management product.
If the service returns an enum value that is not available in the current SDK version, vmManagerType
will return VmManagerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
vmManagerTypeAsString().
VmManagerTypepublic String vmManagerTypeAsString()
The VM management product.
If the service returns an enum value that is not available in the current SDK version, vmManagerType
will return VmManagerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
vmManagerTypeAsString().
VmManagerTypepublic String vmManagerId()
The identifier of the VM manager.
public String ipAddress()
The IP address of the connector.
public String macAddress()
The MAC address of the connector.
public Instant associatedOn()
The time the connector was associated.
public Connector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Connector.Builder,Connector>public static Connector.Builder builder()
public static Class<? extends Connector.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.