@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeThingRegistrationTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeThingRegistrationTaskResult() |
Modifier and Type | Method and Description |
---|---|
DescribeThingRegistrationTaskResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The task creation date.
|
Integer |
getFailureCount()
The number of things that failed to be provisioned.
|
String |
getInputFileBucket()
The S3 bucket that contains the input file.
|
String |
getInputFileKey()
The input file key.
|
Date |
getLastModifiedDate()
The date when the task was last modified.
|
String |
getMessage()
The message.
|
Integer |
getPercentageProgress()
The progress of the bulk provisioning task expressed as a percentage.
|
String |
getRoleArn()
The role ARN that grants access to the input file bucket.
|
String |
getStatus()
The status of the bulk thing provisioning task.
|
Integer |
getSuccessCount()
The number of things successfully provisioned.
|
String |
getTaskId()
The task ID.
|
String |
getTemplateBody()
The task's template.
|
int |
hashCode() |
void |
setCreationDate(Date creationDate)
The task creation date.
|
void |
setFailureCount(Integer failureCount)
The number of things that failed to be provisioned.
|
void |
setInputFileBucket(String inputFileBucket)
The S3 bucket that contains the input file.
|
void |
setInputFileKey(String inputFileKey)
The input file key.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date when the task was last modified.
|
void |
setMessage(String message)
The message.
|
void |
setPercentageProgress(Integer percentageProgress)
The progress of the bulk provisioning task expressed as a percentage.
|
void |
setRoleArn(String roleArn)
The role ARN that grants access to the input file bucket.
|
void |
setStatus(String status)
The status of the bulk thing provisioning task.
|
void |
setSuccessCount(Integer successCount)
The number of things successfully provisioned.
|
void |
setTaskId(String taskId)
The task ID.
|
void |
setTemplateBody(String templateBody)
The task's template.
|
String |
toString()
Returns a string representation of this object.
|
DescribeThingRegistrationTaskResult |
withCreationDate(Date creationDate)
The task creation date.
|
DescribeThingRegistrationTaskResult |
withFailureCount(Integer failureCount)
The number of things that failed to be provisioned.
|
DescribeThingRegistrationTaskResult |
withInputFileBucket(String inputFileBucket)
The S3 bucket that contains the input file.
|
DescribeThingRegistrationTaskResult |
withInputFileKey(String inputFileKey)
The input file key.
|
DescribeThingRegistrationTaskResult |
withLastModifiedDate(Date lastModifiedDate)
The date when the task was last modified.
|
DescribeThingRegistrationTaskResult |
withMessage(String message)
The message.
|
DescribeThingRegistrationTaskResult |
withPercentageProgress(Integer percentageProgress)
The progress of the bulk provisioning task expressed as a percentage.
|
DescribeThingRegistrationTaskResult |
withRoleArn(String roleArn)
The role ARN that grants access to the input file bucket.
|
DescribeThingRegistrationTaskResult |
withStatus(Status status)
The status of the bulk thing provisioning task.
|
DescribeThingRegistrationTaskResult |
withStatus(String status)
The status of the bulk thing provisioning task.
|
DescribeThingRegistrationTaskResult |
withSuccessCount(Integer successCount)
The number of things successfully provisioned.
|
DescribeThingRegistrationTaskResult |
withTaskId(String taskId)
The task ID.
|
DescribeThingRegistrationTaskResult |
withTemplateBody(String templateBody)
The task's template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaskId(String taskId)
The task ID.
taskId
- The task ID.public String getTaskId()
The task ID.
public DescribeThingRegistrationTaskResult withTaskId(String taskId)
The task ID.
taskId
- The task ID.public void setCreationDate(Date creationDate)
The task creation date.
creationDate
- The task creation date.public Date getCreationDate()
The task creation date.
public DescribeThingRegistrationTaskResult withCreationDate(Date creationDate)
The task creation date.
creationDate
- The task creation date.public void setLastModifiedDate(Date lastModifiedDate)
The date when the task was last modified.
lastModifiedDate
- The date when the task was last modified.public Date getLastModifiedDate()
The date when the task was last modified.
public DescribeThingRegistrationTaskResult withLastModifiedDate(Date lastModifiedDate)
The date when the task was last modified.
lastModifiedDate
- The date when the task was last modified.public void setTemplateBody(String templateBody)
The task's template.
templateBody
- The task's template.public String getTemplateBody()
The task's template.
public DescribeThingRegistrationTaskResult withTemplateBody(String templateBody)
The task's template.
templateBody
- The task's template.public void setInputFileBucket(String inputFileBucket)
The S3 bucket that contains the input file.
inputFileBucket
- The S3 bucket that contains the input file.public String getInputFileBucket()
The S3 bucket that contains the input file.
public DescribeThingRegistrationTaskResult withInputFileBucket(String inputFileBucket)
The S3 bucket that contains the input file.
inputFileBucket
- The S3 bucket that contains the input file.public void setInputFileKey(String inputFileKey)
The input file key.
inputFileKey
- The input file key.public String getInputFileKey()
The input file key.
public DescribeThingRegistrationTaskResult withInputFileKey(String inputFileKey)
The input file key.
inputFileKey
- The input file key.public void setRoleArn(String roleArn)
The role ARN that grants access to the input file bucket.
roleArn
- The role ARN that grants access to the input file bucket.public String getRoleArn()
The role ARN that grants access to the input file bucket.
public DescribeThingRegistrationTaskResult withRoleArn(String roleArn)
The role ARN that grants access to the input file bucket.
roleArn
- The role ARN that grants access to the input file bucket.public void setStatus(String status)
The status of the bulk thing provisioning task.
status
- The status of the bulk thing provisioning task.Status
public String getStatus()
The status of the bulk thing provisioning task.
Status
public DescribeThingRegistrationTaskResult withStatus(String status)
The status of the bulk thing provisioning task.
status
- The status of the bulk thing provisioning task.Status
public DescribeThingRegistrationTaskResult withStatus(Status status)
The status of the bulk thing provisioning task.
status
- The status of the bulk thing provisioning task.Status
public void setMessage(String message)
The message.
message
- The message.public String getMessage()
The message.
public DescribeThingRegistrationTaskResult withMessage(String message)
The message.
message
- The message.public void setSuccessCount(Integer successCount)
The number of things successfully provisioned.
successCount
- The number of things successfully provisioned.public Integer getSuccessCount()
The number of things successfully provisioned.
public DescribeThingRegistrationTaskResult withSuccessCount(Integer successCount)
The number of things successfully provisioned.
successCount
- The number of things successfully provisioned.public void setFailureCount(Integer failureCount)
The number of things that failed to be provisioned.
failureCount
- The number of things that failed to be provisioned.public Integer getFailureCount()
The number of things that failed to be provisioned.
public DescribeThingRegistrationTaskResult withFailureCount(Integer failureCount)
The number of things that failed to be provisioned.
failureCount
- The number of things that failed to be provisioned.public void setPercentageProgress(Integer percentageProgress)
The progress of the bulk provisioning task expressed as a percentage.
percentageProgress
- The progress of the bulk provisioning task expressed as a percentage.public Integer getPercentageProgress()
The progress of the bulk provisioning task expressed as a percentage.
public DescribeThingRegistrationTaskResult withPercentageProgress(Integer percentageProgress)
The progress of the bulk provisioning task expressed as a percentage.
percentageProgress
- The progress of the bulk provisioning task expressed as a percentage.public String toString()
toString
in class Object
Object.toString()
public DescribeThingRegistrationTaskResult clone()