@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageConnector extends Object implements Serializable, Cloneable, StructuredPojo
Describes a connector that enables persistent storage for users.
Constructor and Description |
---|
StorageConnector() |
Modifier and Type | Method and Description |
---|---|
StorageConnector |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorType()
The type of storage connector.
|
List<String> |
getDomains()
The names of the domains for the account.
|
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 |
setDomains(Collection<String> domains)
The names of the domains for the account.
|
void |
setResourceIdentifier(String resourceIdentifier)
The ARN of the storage connector.
|
String |
toString()
Returns a string representation of this object.
|
StorageConnector |
withConnectorType(StorageConnectorType connectorType)
The type of storage connector.
|
StorageConnector |
withConnectorType(String connectorType)
The type of storage connector.
|
StorageConnector |
withDomains(Collection<String> domains)
The names of the domains for the account.
|
StorageConnector |
withDomains(String... domains)
The names of the domains for the account.
|
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.StorageConnectorType
public String getConnectorType()
The type of storage connector.
StorageConnectorType
public StorageConnector withConnectorType(String connectorType)
The type of storage connector.
connectorType
- The type of storage connector.StorageConnectorType
public void setConnectorType(StorageConnectorType connectorType)
The type of storage connector.
connectorType
- The type of storage connector.StorageConnectorType
public StorageConnector withConnectorType(StorageConnectorType connectorType)
The type of storage connector.
connectorType
- The type of storage connector.StorageConnectorType
public 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 List<String> getDomains()
The names of the domains for the account.
public void setDomains(Collection<String> domains)
The names of the domains for the account.
domains
- The names of the domains for the account.public StorageConnector withDomains(String... domains)
The names of the domains for the account.
NOTE: This method appends the values to the existing list (if any). Use
setDomains(java.util.Collection)
or withDomains(java.util.Collection)
if you want to override
the existing values.
domains
- The names of the domains for the account.public StorageConnector withDomains(Collection<String> domains)
The names of the domains for the account.
domains
- The names of the domains for the account.public String toString()
toString
in class Object
Object.toString()
public StorageConnector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.