@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetClassificationScopeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetClassificationScopeResult() |
Modifier and Type | Method and Description |
---|---|
GetClassificationScopeResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique identifier for the classification scope.
|
String |
getName()
The name of the classification scope: automated-sensitive-data-discovery.
|
S3ClassificationScope |
getS3()
The S3 buckets that are excluded from automated sensitive data discovery.
|
int |
hashCode() |
void |
setId(String id)
The unique identifier for the classification scope.
|
void |
setName(String name)
The name of the classification scope: automated-sensitive-data-discovery.
|
void |
setS3(S3ClassificationScope s3)
The S3 buckets that are excluded from automated sensitive data discovery.
|
String |
toString()
Returns a string representation of this object.
|
GetClassificationScopeResult |
withId(String id)
The unique identifier for the classification scope.
|
GetClassificationScopeResult |
withName(String name)
The name of the classification scope: automated-sensitive-data-discovery.
|
GetClassificationScopeResult |
withS3(S3ClassificationScope s3)
The S3 buckets that are excluded from automated sensitive data discovery.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The unique identifier for the classification scope.
id
- The unique identifier for the classification scope.public String getId()
The unique identifier for the classification scope.
public GetClassificationScopeResult withId(String id)
The unique identifier for the classification scope.
id
- The unique identifier for the classification scope.public void setName(String name)
The name of the classification scope: automated-sensitive-data-discovery.
name
- The name of the classification scope: automated-sensitive-data-discovery.public String getName()
The name of the classification scope: automated-sensitive-data-discovery.
public GetClassificationScopeResult withName(String name)
The name of the classification scope: automated-sensitive-data-discovery.
name
- The name of the classification scope: automated-sensitive-data-discovery.public void setS3(S3ClassificationScope s3)
The S3 buckets that are excluded from automated sensitive data discovery.
s3
- The S3 buckets that are excluded from automated sensitive data discovery.public S3ClassificationScope getS3()
The S3 buckets that are excluded from automated sensitive data discovery.
public GetClassificationScopeResult withS3(S3ClassificationScope s3)
The S3 buckets that are excluded from automated sensitive data discovery.
s3
- The S3 buckets that are excluded from automated sensitive data discovery.public String toString()
toString
in class Object
Object.toString()
public GetClassificationScopeResult clone()