public class DescribeMigrationLogsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
DescribeMigrationLogsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeMigrationLogsResponse |
addLogsItem(LogForDescribeMigrationLogsOutput logsItem) |
DescribeMigrationLogsResponse |
createdAt(String createdAt) |
boolean |
equals(Object o) |
DescribeMigrationLogsResponse |
finishedAt(String finishedAt) |
String |
getCreatedAt()
Get createdAt
|
String |
getFinishedAt()
Get finishedAt
|
@Valid List<LogForDescribeMigrationLogsOutput> |
getLogs()
Get logs
|
String |
getStartedAt()
Get startedAt
|
int |
hashCode() |
DescribeMigrationLogsResponse |
logs(List<LogForDescribeMigrationLogsOutput> logs) |
void |
setCreatedAt(String createdAt) |
void |
setFinishedAt(String finishedAt) |
void |
setLogs(List<LogForDescribeMigrationLogsOutput> logs) |
void |
setStartedAt(String startedAt) |
DescribeMigrationLogsResponse |
startedAt(String startedAt) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic DescribeMigrationLogsResponse createdAt(String createdAt)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public DescribeMigrationLogsResponse finishedAt(String finishedAt)
public String getFinishedAt()
public void setFinishedAt(String finishedAt)
public DescribeMigrationLogsResponse logs(List<LogForDescribeMigrationLogsOutput> logs)
public DescribeMigrationLogsResponse addLogsItem(LogForDescribeMigrationLogsOutput logsItem)
@Valid public @Valid List<LogForDescribeMigrationLogsOutput> getLogs()
public void setLogs(List<LogForDescribeMigrationLogsOutput> logs)
public DescribeMigrationLogsResponse startedAt(String startedAt)
public String getStartedAt()
public void setStartedAt(String startedAt)
Copyright © 2026. All rights reserved.