@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDataSyncDestinationDataSharing extends Object implements Serializable, Cloneable, StructuredPojo
Synchronize Systems Manager Inventory data from multiple AWS accounts defined in AWS Organizations to a centralized S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different AWS 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) |
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 ObjectObject.toString()public ResourceDataSyncDestinationDataSharing clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.