@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataSourceIntrospectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDataSourceIntrospectionResult() |
Modifier and Type | Method and Description |
---|---|
GetDataSourceIntrospectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getIntrospectionId()
The introspection ID.
|
DataSourceIntrospectionResult |
getIntrospectionResult()
The
DataSourceIntrospectionResult object data. |
String |
getIntrospectionStatus()
The status of the introspection during retrieval.
|
String |
getIntrospectionStatusDetail()
The error detail field.
|
int |
hashCode() |
void |
setIntrospectionId(String introspectionId)
The introspection ID.
|
void |
setIntrospectionResult(DataSourceIntrospectionResult introspectionResult)
The
DataSourceIntrospectionResult object data. |
void |
setIntrospectionStatus(String introspectionStatus)
The status of the introspection during retrieval.
|
void |
setIntrospectionStatusDetail(String introspectionStatusDetail)
The error detail field.
|
String |
toString()
Returns a string representation of this object.
|
GetDataSourceIntrospectionResult |
withIntrospectionId(String introspectionId)
The introspection ID.
|
GetDataSourceIntrospectionResult |
withIntrospectionResult(DataSourceIntrospectionResult introspectionResult)
The
DataSourceIntrospectionResult object data. |
GetDataSourceIntrospectionResult |
withIntrospectionStatus(DataSourceIntrospectionStatus introspectionStatus)
The status of the introspection during retrieval.
|
GetDataSourceIntrospectionResult |
withIntrospectionStatus(String introspectionStatus)
The status of the introspection during retrieval.
|
GetDataSourceIntrospectionResult |
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 GetDataSourceIntrospectionResult 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 retrieval. By default, when a new instrospection is being retrieved, 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 retrieval. By default, when a new instrospection is being
retrieved, 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 retrieval. By default, when a new instrospection is being retrieved, 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 GetDataSourceIntrospectionResult withIntrospectionStatus(String introspectionStatus)
The status of the introspection during retrieval. By default, when a new instrospection is being retrieved, 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 retrieval. By default, when a new instrospection is being
retrieved, 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 GetDataSourceIntrospectionResult withIntrospectionStatus(DataSourceIntrospectionStatus introspectionStatus)
The status of the introspection during retrieval. By default, when a new instrospection is being retrieved, 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 retrieval. By default, when a new instrospection is being
retrieved, 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 GetDataSourceIntrospectionResult 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 void setIntrospectionResult(DataSourceIntrospectionResult introspectionResult)
The DataSourceIntrospectionResult
object data.
introspectionResult
- The DataSourceIntrospectionResult
object data.public DataSourceIntrospectionResult getIntrospectionResult()
The DataSourceIntrospectionResult
object data.
DataSourceIntrospectionResult
object data.public GetDataSourceIntrospectionResult withIntrospectionResult(DataSourceIntrospectionResult introspectionResult)
The DataSourceIntrospectionResult
object data.
introspectionResult
- The DataSourceIntrospectionResult
object data.public String toString()
toString
in class Object
Object.toString()
public GetDataSourceIntrospectionResult clone()