@Generated(value="software.amazon.awssdk:codegen") public class Connector extends Object implements StructuredPojo, ToCopyableBuilder<Connector.Builder,Connector>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Connector.Builder |
| Modifier and Type | Method and Description |
|---|---|
Instant |
associatedOn()
Returns the value of the AssociatedOn property for this object.
|
static Connector.Builder |
builder() |
List<ConnectorCapability> |
capabilityList()
Returns the value of the CapabilityList property for this object.
|
List<String> |
capabilityListAsStrings()
Returns the value of the CapabilityList property for this object.
|
String |
connectorId()
Returns the value of the ConnectorId property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipAddress()
Returns the value of the IpAddress property for this object.
|
String |
macAddress()
Returns the value of the MacAddress property for this object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends Connector.Builder> |
serializableBuilderClass() |
ConnectorStatus |
status()
Returns the value of the Status property for this object.
|
String |
statusAsString()
Returns the value of the Status property for this object.
|
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()
Returns the value of the Version property for this object.
|
String |
vmManagerId()
Returns the value of the VmManagerId property for this object.
|
String |
vmManagerName()
Returns the value of the VmManagerName property for this object.
|
VmManagerType |
vmManagerType()
Returns the value of the VmManagerType property for this object.
|
String |
vmManagerTypeAsString()
Returns the value of the VmManagerType property for this object.
|
copypublic String connectorId()
public String version()
public ConnectorStatus status()
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()
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()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> capabilityListAsStrings()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String vmManagerName()
public VmManagerType vmManagerType()
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()
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()
public String ipAddress()
public String macAddress()
public Instant associatedOn()
public Connector.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Connector.Builder,Connector>public static Connector.Builder builder()
public static Class<? extends Connector.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.