public class ListPiiEntitiesDetectionJobsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListPiiEntitiesDetectionJobsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
Identifies the next page of results to return.
|
java.util.List<PiiEntitiesDetectionJobProperties> |
getPiiEntitiesDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
void |
setPiiEntitiesDetectionJobPropertiesList(java.util.Collection<PiiEntitiesDetectionJobProperties> piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPiiEntitiesDetectionJobsResult |
withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
ListPiiEntitiesDetectionJobsResult |
withPiiEntitiesDetectionJobPropertiesList(java.util.Collection<PiiEntitiesDetectionJobProperties> piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListPiiEntitiesDetectionJobsResult |
withPiiEntitiesDetectionJobPropertiesList(PiiEntitiesDetectionJobProperties... piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
public java.util.List<PiiEntitiesDetectionJobProperties> getPiiEntitiesDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
A list containing the properties of each job that is returned.
public void setPiiEntitiesDetectionJobPropertiesList(java.util.Collection<PiiEntitiesDetectionJobProperties> piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
piiEntitiesDetectionJobPropertiesList
- A list containing the properties of each job that is returned.
public ListPiiEntitiesDetectionJobsResult withPiiEntitiesDetectionJobPropertiesList(PiiEntitiesDetectionJobProperties... piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
Returns a reference to this object so that method calls can be chained together.
piiEntitiesDetectionJobPropertiesList
- A list containing the properties of each job that is returned.
public ListPiiEntitiesDetectionJobsResult withPiiEntitiesDetectionJobPropertiesList(java.util.Collection<PiiEntitiesDetectionJobProperties> piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
Returns a reference to this object so that method calls can be chained together.
piiEntitiesDetectionJobPropertiesList
- A list containing the properties of each job that is returned.
public java.lang.String getNextToken()
Identifies the next page of results to return.
Constraints:
Length: 1 -
Identifies the next page of results to return.
public void setNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
Constraints:
Length: 1 -
nextToken
- Identifies the next page of results to return.
public ListPiiEntitiesDetectionJobsResult withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken
- Identifies the next page of results to return.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.