@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScopeDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the scope of the notifications such as the affected resources.
| Constructor and Description | 
|---|
| ScopeDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| ScopeDetails | clone() | 
| boolean | equals(Object obj) | 
| List<LakeFormationTagPolicyDetails> | getLakeFormationTagPolicies()
 Underlying LF resources that will be affected by this notification. | 
| List<RedshiftDataShareDetails> | getRedshiftDataShares()
 Underlying Redshift resources that will be affected by this notification. | 
| List<S3DataAccessDetails> | getS3DataAccesses()
 Underlying S3 resources that will be affected by this notification. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setLakeFormationTagPolicies(Collection<LakeFormationTagPolicyDetails> lakeFormationTagPolicies)
 Underlying LF resources that will be affected by this notification. | 
| void | setRedshiftDataShares(Collection<RedshiftDataShareDetails> redshiftDataShares)
 Underlying Redshift resources that will be affected by this notification. | 
| void | setS3DataAccesses(Collection<S3DataAccessDetails> s3DataAccesses)
 Underlying S3 resources that will be affected by this notification. | 
| String | toString()Returns a string representation of this object. | 
| ScopeDetails | withLakeFormationTagPolicies(Collection<LakeFormationTagPolicyDetails> lakeFormationTagPolicies)
 Underlying LF resources that will be affected by this notification. | 
| ScopeDetails | withLakeFormationTagPolicies(LakeFormationTagPolicyDetails... lakeFormationTagPolicies)
 Underlying LF resources that will be affected by this notification. | 
| ScopeDetails | withRedshiftDataShares(Collection<RedshiftDataShareDetails> redshiftDataShares)
 Underlying Redshift resources that will be affected by this notification. | 
| ScopeDetails | withRedshiftDataShares(RedshiftDataShareDetails... redshiftDataShares)
 Underlying Redshift resources that will be affected by this notification. | 
| ScopeDetails | withS3DataAccesses(Collection<S3DataAccessDetails> s3DataAccesses)
 Underlying S3 resources that will be affected by this notification. | 
| ScopeDetails | withS3DataAccesses(S3DataAccessDetails... s3DataAccesses)
 Underlying S3 resources that will be affected by this notification. | 
public List<LakeFormationTagPolicyDetails> getLakeFormationTagPolicies()
Underlying LF resources that will be affected by this notification.
public void setLakeFormationTagPolicies(Collection<LakeFormationTagPolicyDetails> lakeFormationTagPolicies)
Underlying LF resources that will be affected by this notification.
lakeFormationTagPolicies - Underlying LF resources that will be affected by this notification.public ScopeDetails withLakeFormationTagPolicies(LakeFormationTagPolicyDetails... lakeFormationTagPolicies)
Underlying LF resources that will be affected by this notification.
 NOTE: This method appends the values to the existing list (if any). Use
 setLakeFormationTagPolicies(java.util.Collection) or
 withLakeFormationTagPolicies(java.util.Collection) if you want to override the existing values.
 
lakeFormationTagPolicies - Underlying LF resources that will be affected by this notification.public ScopeDetails withLakeFormationTagPolicies(Collection<LakeFormationTagPolicyDetails> lakeFormationTagPolicies)
Underlying LF resources that will be affected by this notification.
lakeFormationTagPolicies - Underlying LF resources that will be affected by this notification.public List<RedshiftDataShareDetails> getRedshiftDataShares()
Underlying Redshift resources that will be affected by this notification.
public void setRedshiftDataShares(Collection<RedshiftDataShareDetails> redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
redshiftDataShares - Underlying Redshift resources that will be affected by this notification.public ScopeDetails withRedshiftDataShares(RedshiftDataShareDetails... redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
 NOTE: This method appends the values to the existing list (if any). Use
 setRedshiftDataShares(java.util.Collection) or withRedshiftDataShares(java.util.Collection) if
 you want to override the existing values.
 
redshiftDataShares - Underlying Redshift resources that will be affected by this notification.public ScopeDetails withRedshiftDataShares(Collection<RedshiftDataShareDetails> redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
redshiftDataShares - Underlying Redshift resources that will be affected by this notification.public List<S3DataAccessDetails> getS3DataAccesses()
Underlying S3 resources that will be affected by this notification.
public void setS3DataAccesses(Collection<S3DataAccessDetails> s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
s3DataAccesses - Underlying S3 resources that will be affected by this notification.public ScopeDetails withS3DataAccesses(S3DataAccessDetails... s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
 NOTE: This method appends the values to the existing list (if any). Use
 setS3DataAccesses(java.util.Collection) or withS3DataAccesses(java.util.Collection) if you want
 to override the existing values.
 
s3DataAccesses - Underlying S3 resources that will be affected by this notification.public ScopeDetails withS3DataAccesses(Collection<S3DataAccessDetails> s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
s3DataAccesses - Underlying S3 resources that will be affected by this notification.public String toString()
toString in class ObjectObject.toString()public ScopeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.