public class GetBulkPublishDetailsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
bulkPublishCompleteTime
If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.
|
private java.util.Date |
bulkPublishStartTime
The date/time at which the last bulk publish was initiated.
|
private java.lang.String |
bulkPublishStatus
Status of the last bulk publish operation, valid values are:
|
private java.lang.String |
failureMessage
If BulkPublishStatus is FAILED this field will contain the error message
that caused the bulk publish to fail.
|
private java.lang.String |
identityPoolId
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
Constructor and Description |
---|
GetBulkPublishDetailsResult() |
Modifier and Type | Method and Description |
---|---|
GetBulkPublishDetailsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getBulkPublishCompleteTime()
If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.
|
java.util.Date |
getBulkPublishStartTime()
The date/time at which the last bulk publish was initiated.
|
java.lang.String |
getBulkPublishStatus()
Status of the last bulk publish operation, valid values are:
|
java.lang.String |
getFailureMessage()
If BulkPublishStatus is FAILED this field will contain the error message
that caused the bulk publish to fail.
|
java.lang.String |
getIdentityPoolId()
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
int |
hashCode() |
void |
setBulkPublishCompleteTime(java.util.Date bulkPublishCompleteTime)
If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.
|
void |
setBulkPublishStartTime(java.util.Date bulkPublishStartTime)
The date/time at which the last bulk publish was initiated.
|
void |
setBulkPublishStatus(BulkPublishStatus bulkPublishStatus)
Status of the last bulk publish operation, valid values are:
|
void |
setBulkPublishStatus(java.lang.String bulkPublishStatus)
Status of the last bulk publish operation, valid values are:
|
void |
setFailureMessage(java.lang.String failureMessage)
If BulkPublishStatus is FAILED this field will contain the error message
that caused the bulk publish to fail.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetBulkPublishDetailsResult |
withBulkPublishCompleteTime(java.util.Date bulkPublishCompleteTime)
If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.
|
GetBulkPublishDetailsResult |
withBulkPublishStartTime(java.util.Date bulkPublishStartTime)
The date/time at which the last bulk publish was initiated.
|
GetBulkPublishDetailsResult |
withBulkPublishStatus(BulkPublishStatus bulkPublishStatus)
Status of the last bulk publish operation, valid values are:
|
GetBulkPublishDetailsResult |
withBulkPublishStatus(java.lang.String bulkPublishStatus)
Status of the last bulk publish operation, valid values are:
|
GetBulkPublishDetailsResult |
withFailureMessage(java.lang.String failureMessage)
If BulkPublishStatus is FAILED this field will contain the error message
that caused the bulk publish to fail.
|
GetBulkPublishDetailsResult |
withIdentityPoolId(java.lang.String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
private java.lang.String identityPoolId
private java.util.Date bulkPublishStartTime
private java.util.Date bulkPublishCompleteTime
private java.lang.String bulkPublishStatus
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
private java.lang.String failureMessage
public void setIdentityPoolId(java.lang.String identityPoolId)
identityPoolId
- A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito. GUID generation is unique within a region.public java.lang.String getIdentityPoolId()
public GetBulkPublishDetailsResult withIdentityPoolId(java.lang.String identityPoolId)
identityPoolId
- A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito. GUID generation is unique within a region.public void setBulkPublishStartTime(java.util.Date bulkPublishStartTime)
bulkPublishStartTime
- The date/time at which the last bulk publish was initiated.public java.util.Date getBulkPublishStartTime()
public GetBulkPublishDetailsResult withBulkPublishStartTime(java.util.Date bulkPublishStartTime)
bulkPublishStartTime
- The date/time at which the last bulk publish was initiated.public void setBulkPublishCompleteTime(java.util.Date bulkPublishCompleteTime)
bulkPublishCompleteTime
- If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.public java.util.Date getBulkPublishCompleteTime()
public GetBulkPublishDetailsResult withBulkPublishCompleteTime(java.util.Date bulkPublishCompleteTime)
bulkPublishCompleteTime
- If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.public void setBulkPublishStatus(java.lang.String bulkPublishStatus)
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
bulkPublishStatus
- Status of the last bulk publish operation, valid values are:
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
BulkPublishStatus
public java.lang.String getBulkPublishStatus()
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
BulkPublishStatus
public GetBulkPublishDetailsResult withBulkPublishStatus(java.lang.String bulkPublishStatus)
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
bulkPublishStatus
- Status of the last bulk publish operation, valid values are:
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
BulkPublishStatus
public void setBulkPublishStatus(BulkPublishStatus bulkPublishStatus)
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
bulkPublishStatus
- Status of the last bulk publish operation, valid values are:
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
BulkPublishStatus
public GetBulkPublishDetailsResult withBulkPublishStatus(BulkPublishStatus bulkPublishStatus)
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
bulkPublishStatus
- Status of the last bulk publish operation, valid values are:
NOT_STARTED - No bulk publish has been requested for this identity pool
IN_PROGRESS - Data is being published to the configured stream
SUCCEEDED - All data for the identity pool has been published to the configured stream
FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.
BulkPublishStatus
public void setFailureMessage(java.lang.String failureMessage)
failureMessage
- If BulkPublishStatus is FAILED this field will contain the error
message that caused the bulk publish to fail.public java.lang.String getFailureMessage()
public GetBulkPublishDetailsResult withFailureMessage(java.lang.String failureMessage)
failureMessage
- If BulkPublishStatus is FAILED this field will contain the error
message that caused the bulk publish to fail.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetBulkPublishDetailsResult clone()
clone
in class java.lang.Object