public class StartUserImportJobResult extends Object implements Serializable
Represents the response from the server to the request to start the user import job.
Constructor and Description |
---|
StartUserImportJobResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
UserImportJobType |
getUserImportJob()
The job object that represents the user import job.
|
int |
hashCode() |
void |
setUserImportJob(UserImportJobType userImportJob)
The job object that represents the user import job.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartUserImportJobResult |
withUserImportJob(UserImportJobType userImportJob)
The job object that represents the user import job.
|
public UserImportJobType getUserImportJob()
The job object that represents the user import job.
The job object that represents the user import job.
public void setUserImportJob(UserImportJobType userImportJob)
The job object that represents the user import job.
userImportJob
- The job object that represents the user import job.
public StartUserImportJobResult withUserImportJob(UserImportJobType userImportJob)
The job object that represents the user import job.
Returns a reference to this object so that method calls can be chained together.
userImportJob
- The job object that represents the user import job.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.