@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuppressDataIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a custom data identifier or managed data identifier that detected a type of sensitive data to start excluding or including in an S3 bucket's sensitivity score.
Constructor and Description |
---|
SuppressDataIdentifier() |
Modifier and Type | Method and Description |
---|---|
SuppressDataIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique identifier for the custom data identifier or managed data identifier that detected the type of
sensitive data to exclude or include in the score.
|
String |
getType()
The type of data identifier that detected the sensitive data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The unique identifier for the custom data identifier or managed data identifier that detected the type of
sensitive data to exclude or include in the score.
|
void |
setType(String type)
The type of data identifier that detected the sensitive data.
|
String |
toString()
Returns a string representation of this object.
|
SuppressDataIdentifier |
withId(String id)
The unique identifier for the custom data identifier or managed data identifier that detected the type of
sensitive data to exclude or include in the score.
|
SuppressDataIdentifier |
withType(DataIdentifierType type)
The type of data identifier that detected the sensitive data.
|
SuppressDataIdentifier |
withType(String type)
The type of data identifier that detected the sensitive data.
|
public void setId(String id)
The unique identifier for the custom data identifier or managed data identifier that detected the type of sensitive data to exclude or include in the score.
id
- The unique identifier for the custom data identifier or managed data identifier that detected the type of
sensitive data to exclude or include in the score.public String getId()
The unique identifier for the custom data identifier or managed data identifier that detected the type of sensitive data to exclude or include in the score.
public SuppressDataIdentifier withId(String id)
The unique identifier for the custom data identifier or managed data identifier that detected the type of sensitive data to exclude or include in the score.
id
- The unique identifier for the custom data identifier or managed data identifier that detected the type of
sensitive data to exclude or include in the score.public void setType(String type)
The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.
type
- The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom
data identifier; and, MANAGED, for a managed data identifier.DataIdentifierType
public String getType()
The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.
DataIdentifierType
public SuppressDataIdentifier withType(String type)
The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.
type
- The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom
data identifier; and, MANAGED, for a managed data identifier.DataIdentifierType
public SuppressDataIdentifier withType(DataIdentifierType type)
The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.
type
- The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom
data identifier; and, MANAGED, for a managed data identifier.DataIdentifierType
public String toString()
toString
in class Object
Object.toString()
public SuppressDataIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.