@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalysisSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary metadata that describes an analysis.
Constructor and Description |
---|
AnalysisSummary() |
Modifier and Type | Method and Description |
---|---|
AnalysisSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAnalysisId()
The ID of the analysis.
|
String |
getArn()
The Amazon Resource Name (ARN) for the analysis.
|
Date |
getCreatedTime()
The time that the analysis was created.
|
Date |
getLastUpdatedTime()
The time that the analysis was last updated.
|
String |
getName()
The name of the analysis.
|
String |
getStatus()
The last known status for the analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnalysisId(String analysisId)
The ID of the analysis.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the analysis.
|
void |
setCreatedTime(Date createdTime)
The time that the analysis was created.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The time that the analysis was last updated.
|
void |
setName(String name)
The name of the analysis.
|
void |
setStatus(String status)
The last known status for the analysis.
|
String |
toString()
Returns a string representation of this object.
|
AnalysisSummary |
withAnalysisId(String analysisId)
The ID of the analysis.
|
AnalysisSummary |
withArn(String arn)
The Amazon Resource Name (ARN) for the analysis.
|
AnalysisSummary |
withCreatedTime(Date createdTime)
The time that the analysis was created.
|
AnalysisSummary |
withLastUpdatedTime(Date lastUpdatedTime)
The time that the analysis was last updated.
|
AnalysisSummary |
withName(String name)
The name of the analysis.
|
AnalysisSummary |
withStatus(ResourceStatus status)
The last known status for the analysis.
|
AnalysisSummary |
withStatus(String status)
The last known status for the analysis.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) for the analysis.
arn
- The Amazon Resource Name (ARN) for the analysis.public String getArn()
The Amazon Resource Name (ARN) for the analysis.
public AnalysisSummary withArn(String arn)
The Amazon Resource Name (ARN) for the analysis.
arn
- The Amazon Resource Name (ARN) for the analysis.public void setAnalysisId(String analysisId)
The ID of the analysis. This ID displays in the URL.
analysisId
- The ID of the analysis. This ID displays in the URL.public String getAnalysisId()
The ID of the analysis. This ID displays in the URL.
public AnalysisSummary withAnalysisId(String analysisId)
The ID of the analysis. This ID displays in the URL.
analysisId
- The ID of the analysis. This ID displays in the URL.public void setName(String name)
The name of the analysis. This name is displayed in the Amazon QuickSight console.
name
- The name of the analysis. This name is displayed in the Amazon QuickSight console.public String getName()
The name of the analysis. This name is displayed in the Amazon QuickSight console.
public AnalysisSummary withName(String name)
The name of the analysis. This name is displayed in the Amazon QuickSight console.
name
- The name of the analysis. This name is displayed in the Amazon QuickSight console.public void setStatus(String status)
The last known status for the analysis.
status
- The last known status for the analysis.ResourceStatus
public String getStatus()
The last known status for the analysis.
ResourceStatus
public AnalysisSummary withStatus(String status)
The last known status for the analysis.
status
- The last known status for the analysis.ResourceStatus
public AnalysisSummary withStatus(ResourceStatus status)
The last known status for the analysis.
status
- The last known status for the analysis.ResourceStatus
public void setCreatedTime(Date createdTime)
The time that the analysis was created.
createdTime
- The time that the analysis was created.public Date getCreatedTime()
The time that the analysis was created.
public AnalysisSummary withCreatedTime(Date createdTime)
The time that the analysis was created.
createdTime
- The time that the analysis was created.public void setLastUpdatedTime(Date lastUpdatedTime)
The time that the analysis was last updated.
lastUpdatedTime
- The time that the analysis was last updated.public Date getLastUpdatedTime()
The time that the analysis was last updated.
public AnalysisSummary withLastUpdatedTime(Date lastUpdatedTime)
The time that the analysis was last updated.
lastUpdatedTime
- The time that the analysis was last updated.public String toString()
toString
in class Object
Object.toString()
public AnalysisSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.