@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ResourcesAffected clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.