@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 Object
Object.toString()
public ResourceDataSyncOrganizationalUnit clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.