@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Challenge extends Object implements Serializable, Cloneable, StructuredPojo
For Connector for SCEP for general-purpose. An object containing information about the specified connector's SCEP challenge passwords.
Constructor and Description |
---|
Challenge() |
Modifier and Type | Method and Description |
---|---|
Challenge |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the challenge.
|
String |
getConnectorArn()
The Amazon Resource Name (ARN) of the connector.
|
Date |
getCreatedAt()
The date and time that the challenge was created.
|
String |
getPassword()
The SCEP challenge password, in UUID format.
|
Date |
getUpdatedAt()
The date and time that the challenge was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the challenge.
|
void |
setConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
|
void |
setCreatedAt(Date createdAt)
The date and time that the challenge was created.
|
void |
setPassword(String password)
The SCEP challenge password, in UUID format.
|
void |
setUpdatedAt(Date updatedAt)
The date and time that the challenge was updated.
|
String |
toString()
Returns a string representation of this object.
|
Challenge |
withArn(String arn)
The Amazon Resource Name (ARN) of the challenge.
|
Challenge |
withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
|
Challenge |
withCreatedAt(Date createdAt)
The date and time that the challenge was created.
|
Challenge |
withPassword(String password)
The SCEP challenge password, in UUID format.
|
Challenge |
withUpdatedAt(Date updatedAt)
The date and time that the challenge was updated.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the challenge.
arn
- The Amazon Resource Name (ARN) of the challenge.public String getArn()
The Amazon Resource Name (ARN) of the challenge.
public Challenge withArn(String arn)
The Amazon Resource Name (ARN) of the challenge.
arn
- The Amazon Resource Name (ARN) of the challenge.public void setConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
connectorArn
- The Amazon Resource Name (ARN) of the connector.public String getConnectorArn()
The Amazon Resource Name (ARN) of the connector.
public Challenge withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
connectorArn
- The Amazon Resource Name (ARN) of the connector.public void setCreatedAt(Date createdAt)
The date and time that the challenge was created.
createdAt
- The date and time that the challenge was created.public Date getCreatedAt()
The date and time that the challenge was created.
public Challenge withCreatedAt(Date createdAt)
The date and time that the challenge was created.
createdAt
- The date and time that the challenge was created.public void setUpdatedAt(Date updatedAt)
The date and time that the challenge was updated.
updatedAt
- The date and time that the challenge was updated.public Date getUpdatedAt()
The date and time that the challenge was updated.
public Challenge withUpdatedAt(Date updatedAt)
The date and time that the challenge was updated.
updatedAt
- The date and time that the challenge was updated.public void setPassword(String password)
The SCEP challenge password, in UUID format.
password
- The SCEP challenge password, in UUID format.public String getPassword()
The SCEP challenge password, in UUID format.
public Challenge withPassword(String password)
The SCEP challenge password, in UUID format.
password
- The SCEP challenge password, in UUID format.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.