@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChallengeMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the connector's challenge.
Constructor and Description |
---|
ChallengeMetadata() |
Modifier and Type | Method and Description |
---|---|
ChallengeMetadata |
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 connector was created.
|
Date |
getUpdatedAt()
The date and time that the connector 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 connector was created.
|
void |
setUpdatedAt(Date updatedAt)
The date and time that the connector was updated.
|
String |
toString()
Returns a string representation of this object.
|
ChallengeMetadata |
withArn(String arn)
The Amazon Resource Name (ARN) of the challenge.
|
ChallengeMetadata |
withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
|
ChallengeMetadata |
withCreatedAt(Date createdAt)
The date and time that the connector was created.
|
ChallengeMetadata |
withUpdatedAt(Date updatedAt)
The date and time that the connector 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 ChallengeMetadata 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 ChallengeMetadata 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 connector was created.
createdAt
- The date and time that the connector was created.public Date getCreatedAt()
The date and time that the connector was created.
public ChallengeMetadata withCreatedAt(Date createdAt)
The date and time that the connector was created.
createdAt
- The date and time that the connector was created.public void setUpdatedAt(Date updatedAt)
The date and time that the connector was updated.
updatedAt
- The date and time that the connector was updated.public Date getUpdatedAt()
The date and time that the connector was updated.
public ChallengeMetadata withUpdatedAt(Date updatedAt)
The date and time that the connector was updated.
updatedAt
- The date and time that the connector was updated.public String toString()
toString
in class Object
Object.toString()
public ChallengeMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.