@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDataSyncOrganizationalUnit extends Object implements Serializable, Cloneable, StructuredPojo
The AWS Organizations organizational unit data source for the sync.
| Constructor and Description |
|---|
ResourceDataSyncOrganizationalUnit() |
| Modifier and Type | Method and Description |
|---|---|
ResourceDataSyncOrganizationalUnit |
clone() |
boolean |
equals(Object obj) |
String |
getOrganizationalUnitId()
The AWS Organization unit ID data source for the sync.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOrganizationalUnitId(String organizationalUnitId)
The AWS Organization unit ID data source for the sync.
|
String |
toString()
Returns a string representation of this object.
|
ResourceDataSyncOrganizationalUnit |
withOrganizationalUnitId(String organizationalUnitId)
The AWS Organization unit ID data source for the sync.
|
public void setOrganizationalUnitId(String organizationalUnitId)
The AWS Organization unit ID data source for the sync.
organizationalUnitId - The AWS Organization unit ID data source for the sync.public String getOrganizationalUnitId()
The AWS Organization unit ID data source for the sync.
public ResourceDataSyncOrganizationalUnit withOrganizationalUnitId(String organizationalUnitId)
The AWS Organization unit ID data source for the sync.
organizationalUnitId - The AWS Organization unit ID data source for the sync.public String toString()
toString in class ObjectObject.toString()public ResourceDataSyncOrganizationalUnit clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.