public class GetBulkPublishDetailsResult extends Object implements Serializable, Cloneable
The output for the GetBulkPublishDetails operation.
| Constructor and Description |
|---|
GetBulkPublishDetailsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetBulkPublishDetailsResult |
clone() |
boolean |
equals(Object obj) |
Date |
getBulkPublishCompleteTime()
If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.
|
Date |
getBulkPublishStartTime()
The date/time at which the last bulk publish was initiated.
|
String |
getBulkPublishStatus()
Status of the last bulk publish operation, valid values are:
|
String |
getFailureMessage()
If BulkPublishStatus is FAILED this field will contain the error
message that caused the bulk publish to fail.
|
String |
getIdentityPoolId()
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
int |
hashCode() |
void |
setBulkPublishCompleteTime(Date bulkPublishCompleteTime)
If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.
|
void |
setBulkPublishStartTime(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(String bulkPublishStatus)
Status of the last bulk publish operation, valid values are:
|
void |
setFailureMessage(String failureMessage)
If BulkPublishStatus is FAILED this field will contain the error
message that caused the bulk publish to fail.
|
void |
setIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetBulkPublishDetailsResult |
withBulkPublishCompleteTime(Date bulkPublishCompleteTime)
If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.
|
GetBulkPublishDetailsResult |
withBulkPublishStartTime(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(String bulkPublishStatus)
Status of the last bulk publish operation, valid values are:
|
GetBulkPublishDetailsResult |
withFailureMessage(String failureMessage)
If BulkPublishStatus is FAILED this field will contain the error
message that caused the bulk publish to fail.
|
GetBulkPublishDetailsResult |
withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
public String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
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 GetBulkPublishDetailsResult withIdentityPoolId(String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
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 Date getBulkPublishStartTime()
public void setBulkPublishStartTime(Date bulkPublishStartTime)
bulkPublishStartTime - The date/time at which the last bulk publish was initiated.public GetBulkPublishDetailsResult withBulkPublishStartTime(Date bulkPublishStartTime)
Returns a reference to this object so that method calls can be chained together.
bulkPublishStartTime - The date/time at which the last bulk publish was initiated.public Date getBulkPublishCompleteTime()
public void setBulkPublishCompleteTime(Date bulkPublishCompleteTime)
bulkPublishCompleteTime - If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.public GetBulkPublishDetailsResult withBulkPublishCompleteTime(Date bulkPublishCompleteTime)
Returns a reference to this object so that method calls can be chained together.
bulkPublishCompleteTime - If BulkPublishStatus is SUCCEEDED, the time the last bulk publish
operation completed.public 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.
Constraints:
Allowed Values: NOT_STARTED, IN_PROGRESS, FAILED, SUCCEEDED
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.
BulkPublishStatuspublic void setBulkPublishStatus(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.
Constraints:
Allowed Values: NOT_STARTED, IN_PROGRESS, FAILED, SUCCEEDED
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.
BulkPublishStatuspublic GetBulkPublishDetailsResult withBulkPublishStatus(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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: NOT_STARTED, IN_PROGRESS, FAILED, SUCCEEDED
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.
BulkPublishStatuspublic 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.
Constraints:
Allowed Values: NOT_STARTED, IN_PROGRESS, FAILED, SUCCEEDED
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.
BulkPublishStatuspublic 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: NOT_STARTED, IN_PROGRESS, FAILED, SUCCEEDED
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.
BulkPublishStatuspublic String getFailureMessage()
public void setFailureMessage(String failureMessage)
failureMessage - If BulkPublishStatus is FAILED this field will contain the error
message that caused the bulk publish to fail.public GetBulkPublishDetailsResult withFailureMessage(String failureMessage)
Returns a reference to this object so that method calls can be chained together.
failureMessage - If BulkPublishStatus is FAILED this field will contain the error
message that caused the bulk publish to fail.public String toString()
toString in class ObjectObject.toString()public GetBulkPublishDetailsResult clone()
Copyright © 2015. All rights reserved.