@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SanitizationWarning extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about the configuration element or attribute that was sanitized in the configuration.
Constructor and Description |
---|
SanitizationWarning() |
Modifier and Type | Method and Description |
---|---|
SanitizationWarning |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of the configuration attribute that has been sanitized.
|
String |
getElementName()
The name of the configuration element that has been sanitized.
|
String |
getReason()
The reason for which the configuration elements or attributes were sanitized.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttributeName(String attributeName)
The name of the configuration attribute that has been sanitized.
|
void |
setElementName(String elementName)
The name of the configuration element that has been sanitized.
|
void |
setReason(String reason)
The reason for which the configuration elements or attributes were sanitized.
|
String |
toString()
Returns a string representation of this object.
|
SanitizationWarning |
withAttributeName(String attributeName)
The name of the configuration attribute that has been sanitized.
|
SanitizationWarning |
withElementName(String elementName)
The name of the configuration element that has been sanitized.
|
SanitizationWarning |
withReason(SanitizationWarningReason reason)
The reason for which the configuration elements or attributes were sanitized.
|
SanitizationWarning |
withReason(String reason)
The reason for which the configuration elements or attributes were sanitized.
|
public void setAttributeName(String attributeName)
The name of the configuration attribute that has been sanitized.
attributeName
- The name of the configuration attribute that has been sanitized.public String getAttributeName()
The name of the configuration attribute that has been sanitized.
public SanitizationWarning withAttributeName(String attributeName)
The name of the configuration attribute that has been sanitized.
attributeName
- The name of the configuration attribute that has been sanitized.public void setElementName(String elementName)
The name of the configuration element that has been sanitized.
elementName
- The name of the configuration element that has been sanitized.public String getElementName()
The name of the configuration element that has been sanitized.
public SanitizationWarning withElementName(String elementName)
The name of the configuration element that has been sanitized.
elementName
- The name of the configuration element that has been sanitized.public void setReason(String reason)
The reason for which the configuration elements or attributes were sanitized.
reason
- The reason for which the configuration elements or attributes were sanitized.SanitizationWarningReason
public String getReason()
The reason for which the configuration elements or attributes were sanitized.
SanitizationWarningReason
public SanitizationWarning withReason(String reason)
The reason for which the configuration elements or attributes were sanitized.
reason
- The reason for which the configuration elements or attributes were sanitized.SanitizationWarningReason
public SanitizationWarning withReason(SanitizationWarningReason reason)
The reason for which the configuration elements or attributes were sanitized.
reason
- The reason for which the configuration elements or attributes were sanitized.SanitizationWarningReason
public String toString()
toString
in class Object
Object.toString()
public SanitizationWarning clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.