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