@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BulkDeploymentMetrics extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
BulkDeploymentMetrics() |
Modifier and Type | Method and Description |
---|---|
BulkDeploymentMetrics |
clone() |
boolean |
equals(Object obj) |
Integer |
getInvalidInputRecords()
The total number of records that returned a non-retryable error.
|
Integer |
getRecordsProcessed()
The total number of group records from the input file that have been processed so far, or attempted.
|
Integer |
getRetryAttempts()
The total number of deployment attempts that returned a retryable error.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInvalidInputRecords(Integer invalidInputRecords)
The total number of records that returned a non-retryable error.
|
void |
setRecordsProcessed(Integer recordsProcessed)
The total number of group records from the input file that have been processed so far, or attempted.
|
void |
setRetryAttempts(Integer retryAttempts)
The total number of deployment attempts that returned a retryable error.
|
String |
toString()
Returns a string representation of this object.
|
BulkDeploymentMetrics |
withInvalidInputRecords(Integer invalidInputRecords)
The total number of records that returned a non-retryable error.
|
BulkDeploymentMetrics |
withRecordsProcessed(Integer recordsProcessed)
The total number of group records from the input file that have been processed so far, or attempted.
|
BulkDeploymentMetrics |
withRetryAttempts(Integer retryAttempts)
The total number of deployment attempts that returned a retryable error.
|
public void setInvalidInputRecords(Integer invalidInputRecords)
invalidInputRecords
- The total number of records that returned a non-retryable error. For example, this can occur if a group
record from the input file uses an invalid format or specifies a nonexistent group version, or if the
execution role doesn't grant permission to deploy a group or group version.public Integer getInvalidInputRecords()
public BulkDeploymentMetrics withInvalidInputRecords(Integer invalidInputRecords)
invalidInputRecords
- The total number of records that returned a non-retryable error. For example, this can occur if a group
record from the input file uses an invalid format or specifies a nonexistent group version, or if the
execution role doesn't grant permission to deploy a group or group version.public void setRecordsProcessed(Integer recordsProcessed)
recordsProcessed
- The total number of group records from the input file that have been processed so far, or attempted.public Integer getRecordsProcessed()
public BulkDeploymentMetrics withRecordsProcessed(Integer recordsProcessed)
recordsProcessed
- The total number of group records from the input file that have been processed so far, or attempted.public void setRetryAttempts(Integer retryAttempts)
retryAttempts
- The total number of deployment attempts that returned a retryable error. For example, a retry is triggered
if the attempt to deploy a group returns a throttling error. ''StartBulkDeployment'' retries a group
deployment up to five times.public Integer getRetryAttempts()
public BulkDeploymentMetrics withRetryAttempts(Integer retryAttempts)
retryAttempts
- The total number of deployment attempts that returned a retryable error. For example, a retry is triggered
if the attempt to deploy a group returns a throttling error. ''StartBulkDeployment'' retries a group
deployment up to five times.public String toString()
toString
in class Object
Object.toString()
public BulkDeploymentMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.