@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RdsLoginAttemptAction extends Object implements Serializable, Cloneable, StructuredPojo
Indicates that a login attempt was made to the potentially compromised database from a remote IP address.
Constructor and Description |
---|
RdsLoginAttemptAction() |
Modifier and Type | Method and Description |
---|---|
RdsLoginAttemptAction |
clone() |
boolean |
equals(Object obj) |
List<LoginAttribute> |
getLoginAttributes()
Indicates the login attributes used in the login attempt.
|
RemoteIpDetails |
getRemoteIpDetails() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLoginAttributes(Collection<LoginAttribute> loginAttributes)
Indicates the login attributes used in the login attempt.
|
void |
setRemoteIpDetails(RemoteIpDetails remoteIpDetails) |
String |
toString()
Returns a string representation of this object.
|
RdsLoginAttemptAction |
withLoginAttributes(Collection<LoginAttribute> loginAttributes)
Indicates the login attributes used in the login attempt.
|
RdsLoginAttemptAction |
withLoginAttributes(LoginAttribute... loginAttributes)
Indicates the login attributes used in the login attempt.
|
RdsLoginAttemptAction |
withRemoteIpDetails(RemoteIpDetails remoteIpDetails) |
public void setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
remoteIpDetails
- public RemoteIpDetails getRemoteIpDetails()
public RdsLoginAttemptAction withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
remoteIpDetails
- public List<LoginAttribute> getLoginAttributes()
Indicates the login attributes used in the login attempt.
public void setLoginAttributes(Collection<LoginAttribute> loginAttributes)
Indicates the login attributes used in the login attempt.
loginAttributes
- Indicates the login attributes used in the login attempt.public RdsLoginAttemptAction withLoginAttributes(LoginAttribute... loginAttributes)
Indicates the login attributes used in the login attempt.
NOTE: This method appends the values to the existing list (if any). Use
setLoginAttributes(java.util.Collection)
or withLoginAttributes(java.util.Collection)
if you
want to override the existing values.
loginAttributes
- Indicates the login attributes used in the login attempt.public RdsLoginAttemptAction withLoginAttributes(Collection<LoginAttribute> loginAttributes)
Indicates the login attributes used in the login attempt.
loginAttributes
- Indicates the login attributes used in the login attempt.public String toString()
toString
in class Object
Object.toString()
public RdsLoginAttemptAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.