@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageConnector extends Object implements Serializable, Cloneable, StructuredPojo
Describes 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 of the storage connector.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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 of 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 of the storage connector.
|
public void setConnectorType(String connectorType)
The type of storage connector.
connectorType - The type of storage connector.StorageConnectorTypepublic String getConnectorType()
The type of storage connector.
StorageConnectorTypepublic StorageConnector withConnectorType(String connectorType)
The type of storage connector.
connectorType - The type of storage connector.StorageConnectorTypepublic void setConnectorType(StorageConnectorType connectorType)
The type of storage connector.
connectorType - The type of storage connector.StorageConnectorTypepublic StorageConnector withConnectorType(StorageConnectorType connectorType)
The type of storage connector.
connectorType - The type of storage connector.StorageConnectorTypepublic void setResourceIdentifier(String resourceIdentifier)
The ARN of the storage connector.
resourceIdentifier - The ARN of the storage connector.public String getResourceIdentifier()
The ARN of the storage connector.
public StorageConnector withResourceIdentifier(String resourceIdentifier)
The ARN of the storage connector.
resourceIdentifier - The ARN of the storage connector.public 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.