@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeImportResult() |
Modifier and Type | Method and Description |
---|---|
DescribeImportResult |
clone() |
boolean |
equals(Object obj) |
ImportTableDescription |
getImportTableDescription()
Represents the properties of the table created for the import, and parameters of the import.
|
int |
hashCode() |
void |
setImportTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImportResult |
withImportTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setImportTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.
importTableDescription
- Represents the properties of the table created for the import, and parameters of the import. The import
parameters include import status, how many items were processed, and how many errors were encountered.public ImportTableDescription getImportTableDescription()
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.
public DescribeImportResult withImportTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.
importTableDescription
- Represents the properties of the table created for the import, and parameters of the import. The import
parameters include import status, how many items were processed, and how many errors were encountered.public String toString()
toString
in class Object
Object.toString()
public DescribeImportResult clone()