@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDataSyncDestinationDataSharing extends Object implements Serializable, Cloneable, StructuredPojo
Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different Amazon Web Services account ID.
Constructor and Description |
---|
ResourceDataSyncDestinationDataSharing() |
Modifier and Type | Method and Description |
---|---|
ResourceDataSyncDestinationDataSharing |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationDataSharingType()
The sharing data type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationDataSharingType(String destinationDataSharingType)
The sharing data type.
|
String |
toString()
Returns a string representation of this object.
|
ResourceDataSyncDestinationDataSharing |
withDestinationDataSharingType(String destinationDataSharingType)
The sharing data type.
|
public ResourceDataSyncDestinationDataSharing()
public void setDestinationDataSharingType(String destinationDataSharingType)
The sharing data type. Only Organization
is supported.
destinationDataSharingType
- The sharing data type. Only Organization
is supported.public String getDestinationDataSharingType()
The sharing data type. Only Organization
is supported.
Organization
is supported.public ResourceDataSyncDestinationDataSharing withDestinationDataSharingType(String destinationDataSharingType)
The sharing data type. Only Organization
is supported.
destinationDataSharingType
- The sharing data type. Only Organization
is supported.public String toString()
toString
in class Object
Object.toString()
public ResourceDataSyncDestinationDataSharing clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.