@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageConnector extends Object implements Serializable, Cloneable, StructuredPojo
Describes the storage connector.
| Constructor and Description |
|---|
StorageConnector() |
| Modifier and Type | Method and Description |
|---|---|
StorageConnector |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorType()
The type of connector used to save user files.
|
String |
getStatus()
Indicates if the storage connetor is enabled or disabled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConnectorType(String connectorType)
The type of connector used to save user files.
|
void |
setStatus(String status)
Indicates if the storage connetor is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
StorageConnector |
withConnectorType(StorageConnectorTypeEnum connectorType)
The type of connector used to save user files.
|
StorageConnector |
withConnectorType(String connectorType)
The type of connector used to save user files.
|
StorageConnector |
withStatus(StorageConnectorStatusEnum status)
Indicates if the storage connetor is enabled or disabled.
|
StorageConnector |
withStatus(String status)
Indicates if the storage connetor is enabled or disabled.
|
public void setConnectorType(String connectorType)
The type of connector used to save user files.
connectorType - The type of connector used to save user files.StorageConnectorTypeEnumpublic String getConnectorType()
The type of connector used to save user files.
StorageConnectorTypeEnumpublic StorageConnector withConnectorType(String connectorType)
The type of connector used to save user files.
connectorType - The type of connector used to save user files.StorageConnectorTypeEnumpublic StorageConnector withConnectorType(StorageConnectorTypeEnum connectorType)
The type of connector used to save user files.
connectorType - The type of connector used to save user files.StorageConnectorTypeEnumpublic void setStatus(String status)
Indicates if the storage connetor is enabled or disabled.
status - Indicates if the storage connetor is enabled or disabled.StorageConnectorStatusEnumpublic String getStatus()
Indicates if the storage connetor is enabled or disabled.
StorageConnectorStatusEnumpublic StorageConnector withStatus(String status)
Indicates if the storage connetor is enabled or disabled.
status - Indicates if the storage connetor is enabled or disabled.StorageConnectorStatusEnumpublic StorageConnector withStatus(StorageConnectorStatusEnum status)
Indicates if the storage connetor is enabled or disabled.
status - Indicates if the storage connetor is enabled or disabled.StorageConnectorStatusEnumpublic String toString()
toString in class ObjectObject.toString()public StorageConnector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.