@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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.
|
copy
public 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()
.
ConnectorStatus
public 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()
.
ConnectorStatus
public List<ConnectorCapability> capabilityList()
The capabilities of the connector.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> capabilityListAsStrings()
The capabilities of the connector.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
.
VmManagerType
public 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()
.
VmManagerType
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Connector.Builder,Connector>
public static Connector.Builder builder()
public static Class<? extends Connector.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.