@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDataSyncOrganizationalUnit extends Object implements Serializable, Cloneable, StructuredPojo
The 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 Organizations unit ID data source for the sync.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOrganizationalUnitId(String organizationalUnitId)
The Organizations unit ID data source for the sync.
|
String |
toString()
Returns a string representation of this object.
|
ResourceDataSyncOrganizationalUnit |
withOrganizationalUnitId(String organizationalUnitId)
The Organizations unit ID data source for the sync.
|
public void setOrganizationalUnitId(String organizationalUnitId)
The Organizations unit ID data source for the sync.
organizationalUnitId - The Organizations unit ID data source for the sync.public String getOrganizationalUnitId()
The Organizations unit ID data source for the sync.
public ResourceDataSyncOrganizationalUnit withOrganizationalUnitId(String organizationalUnitId)
The Organizations unit ID data source for the sync.
organizationalUnitId - The Organizations unit ID data source for the sync.public String toString()
toString in class ObjectObject.toString()public ResourceDataSyncOrganizationalUnit clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.