@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDataSourceIntrospectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartDataSourceIntrospectionResult() |
Modifier and Type | Method and Description |
---|---|
StartDataSourceIntrospectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getIntrospectionId()
The introspection ID.
|
String |
getIntrospectionStatus()
The status of the introspection during creation.
|
String |
getIntrospectionStatusDetail()
The error detail field.
|
int |
hashCode() |
void |
setIntrospectionId(String introspectionId)
The introspection ID.
|
void |
setIntrospectionStatus(String introspectionStatus)
The status of the introspection during creation.
|
void |
setIntrospectionStatusDetail(String introspectionStatusDetail)
The error detail field.
|
String |
toString()
Returns a string representation of this object.
|
StartDataSourceIntrospectionResult |
withIntrospectionId(String introspectionId)
The introspection ID.
|
StartDataSourceIntrospectionResult |
withIntrospectionStatus(DataSourceIntrospectionStatus introspectionStatus)
The status of the introspection during creation.
|
StartDataSourceIntrospectionResult |
withIntrospectionStatus(String introspectionStatus)
The status of the introspection during creation.
|
StartDataSourceIntrospectionResult |
withIntrospectionStatusDetail(String introspectionStatusDetail)
The error detail field.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIntrospectionId(String introspectionId)
The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.
introspectionId
- The introspection ID. Each introspection contains a unique ID that can be used to reference the
instrospection record.public String getIntrospectionId()
The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.
public StartDataSourceIntrospectionResult withIntrospectionId(String introspectionId)
The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.
introspectionId
- The introspection ID. Each introspection contains a unique ID that can be used to reference the
instrospection record.public void setIntrospectionStatus(String introspectionStatus)
The status of the introspection during creation. By default, when a new instrospection has been created, the
status will be set to PROCESSING
. Once the operation has been completed, the status will change to
SUCCESS
or FAILED
depending on how the data was parsed. A FAILED
operation
will return an error and its details as an introspectionStatusDetail
.
introspectionStatus
- The status of the introspection during creation. By default, when a new instrospection has been created,
the status will be set to PROCESSING
. Once the operation has been completed, the status will
change to SUCCESS
or FAILED
depending on how the data was parsed. A
FAILED
operation will return an error and its details as an
introspectionStatusDetail
.DataSourceIntrospectionStatus
public String getIntrospectionStatus()
The status of the introspection during creation. By default, when a new instrospection has been created, the
status will be set to PROCESSING
. Once the operation has been completed, the status will change to
SUCCESS
or FAILED
depending on how the data was parsed. A FAILED
operation
will return an error and its details as an introspectionStatusDetail
.
PROCESSING
. Once the operation has been completed, the status will
change to SUCCESS
or FAILED
depending on how the data was parsed. A
FAILED
operation will return an error and its details as an
introspectionStatusDetail
.DataSourceIntrospectionStatus
public StartDataSourceIntrospectionResult withIntrospectionStatus(String introspectionStatus)
The status of the introspection during creation. By default, when a new instrospection has been created, the
status will be set to PROCESSING
. Once the operation has been completed, the status will change to
SUCCESS
or FAILED
depending on how the data was parsed. A FAILED
operation
will return an error and its details as an introspectionStatusDetail
.
introspectionStatus
- The status of the introspection during creation. By default, when a new instrospection has been created,
the status will be set to PROCESSING
. Once the operation has been completed, the status will
change to SUCCESS
or FAILED
depending on how the data was parsed. A
FAILED
operation will return an error and its details as an
introspectionStatusDetail
.DataSourceIntrospectionStatus
public StartDataSourceIntrospectionResult withIntrospectionStatus(DataSourceIntrospectionStatus introspectionStatus)
The status of the introspection during creation. By default, when a new instrospection has been created, the
status will be set to PROCESSING
. Once the operation has been completed, the status will change to
SUCCESS
or FAILED
depending on how the data was parsed. A FAILED
operation
will return an error and its details as an introspectionStatusDetail
.
introspectionStatus
- The status of the introspection during creation. By default, when a new instrospection has been created,
the status will be set to PROCESSING
. Once the operation has been completed, the status will
change to SUCCESS
or FAILED
depending on how the data was parsed. A
FAILED
operation will return an error and its details as an
introspectionStatusDetail
.DataSourceIntrospectionStatus
public void setIntrospectionStatusDetail(String introspectionStatusDetail)
The error detail field. When a FAILED
introspectionStatus
is returned, the
introspectionStatusDetail
will also return the exact error that was generated during the operation.
introspectionStatusDetail
- The error detail field. When a FAILED
introspectionStatus
is returned, the
introspectionStatusDetail
will also return the exact error that was generated during the
operation.public String getIntrospectionStatusDetail()
The error detail field. When a FAILED
introspectionStatus
is returned, the
introspectionStatusDetail
will also return the exact error that was generated during the operation.
FAILED
introspectionStatus
is returned, the
introspectionStatusDetail
will also return the exact error that was generated during the
operation.public StartDataSourceIntrospectionResult withIntrospectionStatusDetail(String introspectionStatusDetail)
The error detail field. When a FAILED
introspectionStatus
is returned, the
introspectionStatusDetail
will also return the exact error that was generated during the operation.
introspectionStatusDetail
- The error detail field. When a FAILED
introspectionStatus
is returned, the
introspectionStatusDetail
will also return the exact error that was generated during the
operation.public String toString()
toString
in class Object
Object.toString()
public StartDataSourceIntrospectionResult clone()