public class LayerFailure extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
LayerFailure() |
| Modifier and Type | Method and Description |
|---|---|
LayerFailure |
clone() |
boolean |
equals(Object obj) |
String |
getFailureCode()
The failure code associated with the failure.
|
String |
getFailureReason()
The reason for the failure.
|
String |
getLayerDigest()
The layer digest associated with the failure.
|
int |
hashCode() |
void |
setFailureCode(LayerFailureCode failureCode)
The failure code associated with the failure.
|
void |
setFailureCode(String failureCode)
The failure code associated with the failure.
|
void |
setFailureReason(String failureReason)
The reason for the failure.
|
void |
setLayerDigest(String layerDigest)
The layer digest associated with the failure.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LayerFailure |
withFailureCode(LayerFailureCode failureCode)
The failure code associated with the failure.
|
LayerFailure |
withFailureCode(String failureCode)
The failure code associated with the failure.
|
LayerFailure |
withFailureReason(String failureReason)
The reason for the failure.
|
LayerFailure |
withLayerDigest(String layerDigest)
The layer digest associated with the failure.
|
public void setLayerDigest(String layerDigest)
The layer digest associated with the failure.
layerDigest - The layer digest associated with the failure.public String getLayerDigest()
The layer digest associated with the failure.
public LayerFailure withLayerDigest(String layerDigest)
The layer digest associated with the failure.
layerDigest - The layer digest associated with the failure.public void setFailureCode(String failureCode)
The failure code associated with the failure.
failureCode - The failure code associated with the failure.LayerFailureCodepublic String getFailureCode()
The failure code associated with the failure.
LayerFailureCodepublic LayerFailure withFailureCode(String failureCode)
The failure code associated with the failure.
failureCode - The failure code associated with the failure.LayerFailureCodepublic void setFailureCode(LayerFailureCode failureCode)
The failure code associated with the failure.
failureCode - The failure code associated with the failure.LayerFailureCodepublic LayerFailure withFailureCode(LayerFailureCode failureCode)
The failure code associated with the failure.
failureCode - The failure code associated with the failure.LayerFailureCodepublic void setFailureReason(String failureReason)
The reason for the failure.
failureReason - The reason for the failure.public String getFailureReason()
The reason for the failure.
public LayerFailure withFailureReason(String failureReason)
The reason for the failure.
failureReason - The reason for the failure.public String toString()
toString in class ObjectObject.toString()public LayerFailure clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.