@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccessPreviewSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of information about an access preview.
Constructor and Description |
---|
AccessPreviewSummary() |
Modifier and Type | Method and Description |
---|---|
AccessPreviewSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAnalyzerArn()
The ARN of the analyzer used to generate the access preview.
|
Date |
getCreatedAt()
The time at which the access preview was created.
|
String |
getId()
The unique ID for the access preview.
|
String |
getStatus()
The status of the access preview.
|
AccessPreviewStatusReason |
getStatusReason() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
|
void |
setCreatedAt(Date createdAt)
The time at which the access preview was created.
|
void |
setId(String id)
The unique ID for the access preview.
|
void |
setStatus(String status)
The status of the access preview.
|
void |
setStatusReason(AccessPreviewStatusReason statusReason) |
String |
toString()
Returns a string representation of this object.
|
AccessPreviewSummary |
withAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
|
AccessPreviewSummary |
withCreatedAt(Date createdAt)
The time at which the access preview was created.
|
AccessPreviewSummary |
withId(String id)
The unique ID for the access preview.
|
AccessPreviewSummary |
withStatus(AccessPreviewStatus status)
The status of the access preview.
|
AccessPreviewSummary |
withStatus(String status)
The status of the access preview.
|
AccessPreviewSummary |
withStatusReason(AccessPreviewStatusReason statusReason) |
public void setAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
analyzerArn
- The ARN of the analyzer used to generate the access preview.public String getAnalyzerArn()
The ARN of the analyzer used to generate the access preview.
public AccessPreviewSummary withAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
analyzerArn
- The ARN of the analyzer used to generate the access preview.public void setCreatedAt(Date createdAt)
The time at which the access preview was created.
createdAt
- The time at which the access preview was created.public Date getCreatedAt()
The time at which the access preview was created.
public AccessPreviewSummary withCreatedAt(Date createdAt)
The time at which the access preview was created.
createdAt
- The time at which the access preview was created.public void setId(String id)
The unique ID for the access preview.
id
- The unique ID for the access preview.public String getId()
The unique ID for the access preview.
public AccessPreviewSummary withId(String id)
The unique ID for the access preview.
id
- The unique ID for the access preview.public void setStatus(String status)
The status of the access preview.
Creating
- The access preview creation is in progress.
Completed
- The access preview is complete and previews the findings for external access to the
resource.
Failed
- The access preview creation has failed.
status
- The status of the access preview.
Creating
- The access preview creation is in progress.
Completed
- The access preview is complete and previews the findings for external access to
the resource.
Failed
- The access preview creation has failed.
AccessPreviewStatus
public String getStatus()
The status of the access preview.
Creating
- The access preview creation is in progress.
Completed
- The access preview is complete and previews the findings for external access to the
resource.
Failed
- The access preview creation has failed.
Creating
- The access preview creation is in progress.
Completed
- The access preview is complete and previews the findings for external access to
the resource.
Failed
- The access preview creation has failed.
AccessPreviewStatus
public AccessPreviewSummary withStatus(String status)
The status of the access preview.
Creating
- The access preview creation is in progress.
Completed
- The access preview is complete and previews the findings for external access to the
resource.
Failed
- The access preview creation has failed.
status
- The status of the access preview.
Creating
- The access preview creation is in progress.
Completed
- The access preview is complete and previews the findings for external access to
the resource.
Failed
- The access preview creation has failed.
AccessPreviewStatus
public AccessPreviewSummary withStatus(AccessPreviewStatus status)
The status of the access preview.
Creating
- The access preview creation is in progress.
Completed
- The access preview is complete and previews the findings for external access to the
resource.
Failed
- The access preview creation has failed.
status
- The status of the access preview.
Creating
- The access preview creation is in progress.
Completed
- The access preview is complete and previews the findings for external access to
the resource.
Failed
- The access preview creation has failed.
AccessPreviewStatus
public void setStatusReason(AccessPreviewStatusReason statusReason)
statusReason
- public AccessPreviewStatusReason getStatusReason()
public AccessPreviewSummary withStatusReason(AccessPreviewStatusReason statusReason)
statusReason
- public String toString()
toString
in class Object
Object.toString()
public AccessPreviewSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.