StructuredPojo
, ToCopyableBuilder<StorageConnector.Builder,StorageConnector>
@Generated("software.amazon.awssdk:codegen") public class StorageConnector extends Object implements StructuredPojo, ToCopyableBuilder<StorageConnector.Builder,StorageConnector>
Contains the parameters for a storage connector.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StorageConnector.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StorageConnector.Builder |
builder() |
|
String |
connectorType() |
The type of storage connector.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
resourceIdentifier() |
The ARN associated with the storage connector.
|
static Class<? extends StorageConnector.Builder> |
serializableBuilderClass() |
|
StorageConnector.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String connectorType()
The type of storage connector. The possible values include: HOMEFOLDERS.
StorageConnectorType
public String resourceIdentifier()
The ARN associated with the storage connector.
public StorageConnector.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StorageConnector.Builder,StorageConnector>
public static StorageConnector.Builder builder()
public static Class<? extends StorageConnector.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.