@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourcesAffected extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the resources that a finding applies to.
| Constructor and Description |
|---|
ResourcesAffected() |
| Modifier and Type | Method and Description |
|---|---|
ResourcesAffected |
clone() |
boolean |
equals(Object obj) |
S3Bucket |
getS3Bucket()
An array of objects, one for each S3 bucket that the finding applies to.
|
S3Object |
getS3Object()
An array of objects, one for each S3 object that the finding applies to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Bucket(S3Bucket s3Bucket)
An array of objects, one for each S3 bucket that the finding applies to.
|
void |
setS3Object(S3Object s3Object)
An array of objects, one for each S3 object that the finding applies to.
|
String |
toString()
Returns a string representation of this object.
|
ResourcesAffected |
withS3Bucket(S3Bucket s3Bucket)
An array of objects, one for each S3 bucket that the finding applies to.
|
ResourcesAffected |
withS3Object(S3Object s3Object)
An array of objects, one for each S3 object that the finding applies to.
|
public void setS3Bucket(S3Bucket s3Bucket)
An array of objects, one for each S3 bucket that the finding applies to. Each object provides a set of metadata about an affected S3 bucket.
s3Bucket - An array of objects, one for each S3 bucket that the finding applies to. Each object provides a set of
metadata about an affected S3 bucket.public S3Bucket getS3Bucket()
An array of objects, one for each S3 bucket that the finding applies to. Each object provides a set of metadata about an affected S3 bucket.
public ResourcesAffected withS3Bucket(S3Bucket s3Bucket)
An array of objects, one for each S3 bucket that the finding applies to. Each object provides a set of metadata about an affected S3 bucket.
s3Bucket - An array of objects, one for each S3 bucket that the finding applies to. Each object provides a set of
metadata about an affected S3 bucket.public void setS3Object(S3Object s3Object)
An array of objects, one for each S3 object that the finding applies to. Each object provides a set of metadata about an affected S3 object.
s3Object - An array of objects, one for each S3 object that the finding applies to. Each object provides a set of
metadata about an affected S3 object.public S3Object getS3Object()
An array of objects, one for each S3 object that the finding applies to. Each object provides a set of metadata about an affected S3 object.
public ResourcesAffected withS3Object(S3Object s3Object)
An array of objects, one for each S3 object that the finding applies to. Each object provides a set of metadata about an affected S3 object.
s3Object - An array of objects, one for each S3 object that the finding applies to. Each object provides a set of
metadata about an affected S3 object.public String toString()
toString in class ObjectObject.toString()public ResourcesAffected clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.