@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageConnector extends Object implements Serializable, Cloneable, StructuredPojo
Contains the parameters for a storage connector.
| Constructor and Description |
|---|
StorageConnector() |
| Modifier and Type | Method and Description |
|---|---|
StorageConnector |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorType()
The type of storage connector.
|
String |
getResourceIdentifier()
The ARN associated with the storage connector.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConnectorType(StorageConnectorType connectorType)
The type of storage connector.
|
void |
setConnectorType(String connectorType)
The type of storage connector.
|
void |
setResourceIdentifier(String resourceIdentifier)
The ARN associated with the storage connector.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StorageConnector |
withConnectorType(StorageConnectorType connectorType)
The type of storage connector.
|
StorageConnector |
withConnectorType(String connectorType)
The type of storage connector.
|
StorageConnector |
withResourceIdentifier(String resourceIdentifier)
The ARN associated with the storage connector.
|
public void setConnectorType(String connectorType)
The type of storage connector. The possible values include: HOMEFOLDERS.
connectorType - The type of storage connector. The possible values include: HOMEFOLDERS.StorageConnectorTypepublic String getConnectorType()
The type of storage connector. The possible values include: HOMEFOLDERS.
StorageConnectorTypepublic StorageConnector withConnectorType(String connectorType)
The type of storage connector. The possible values include: HOMEFOLDERS.
connectorType - The type of storage connector. The possible values include: HOMEFOLDERS.StorageConnectorTypepublic void setConnectorType(StorageConnectorType connectorType)
The type of storage connector. The possible values include: HOMEFOLDERS.
connectorType - The type of storage connector. The possible values include: HOMEFOLDERS.StorageConnectorTypepublic StorageConnector withConnectorType(StorageConnectorType connectorType)
The type of storage connector. The possible values include: HOMEFOLDERS.
connectorType - The type of storage connector. The possible values include: HOMEFOLDERS.StorageConnectorTypepublic void setResourceIdentifier(String resourceIdentifier)
The ARN associated with the storage connector.
resourceIdentifier - The ARN associated with the storage connector.public String getResourceIdentifier()
The ARN associated with the storage connector.
public StorageConnector withResourceIdentifier(String resourceIdentifier)
The ARN associated with the storage connector.
resourceIdentifier - The ARN associated with the storage connector.public String toString()
toString in class ObjectObject.toString()public StorageConnector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.