@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourceProfileArtifactsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResourceProfileArtifactsResult() |
Modifier and Type | Method and Description |
---|---|
ListResourceProfileArtifactsResult |
clone() |
boolean |
equals(Object obj) |
List<ResourceProfileArtifact> |
getArtifacts()
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
|
String |
getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response.
|
int |
hashCode() |
void |
setArtifacts(Collection<ResourceProfileArtifact> artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
|
void |
setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
String |
toString()
Returns a string representation of this object.
|
ListResourceProfileArtifactsResult |
withArtifacts(Collection<ResourceProfileArtifact> artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
|
ListResourceProfileArtifactsResult |
withArtifacts(ResourceProfileArtifact... artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
|
ListResourceProfileArtifactsResult |
withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ResourceProfileArtifact> getArtifacts()
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
public void setArtifacts(Collection<ResourceProfileArtifact> artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
artifacts
- An array of objects, one for each S3 object that Amazon Macie selected for analysis.public ListResourceProfileArtifactsResult withArtifacts(ResourceProfileArtifact... artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
NOTE: This method appends the values to the existing list (if any). Use
setArtifacts(java.util.Collection)
or withArtifacts(java.util.Collection)
if you want to
override the existing values.
artifacts
- An array of objects, one for each S3 object that Amazon Macie selected for analysis.public ListResourceProfileArtifactsResult withArtifacts(Collection<ResourceProfileArtifact> artifacts)
An array of objects, one for each S3 object that Amazon Macie selected for analysis.
artifacts
- An array of objects, one for each S3 object that Amazon Macie selected for analysis.public void setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
public ListResourceProfileArtifactsResult withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String toString()
toString
in class Object
Object.toString()
public ListResourceProfileArtifactsResult clone()