@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BuildNotDeleted extends Object implements Serializable, Cloneable, StructuredPojo
Information about a build that could not be successfully deleted.
Constructor and Description |
---|
BuildNotDeleted() |
Modifier and Type | Method and Description |
---|---|
BuildNotDeleted |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the build that could not be successfully deleted.
|
String |
getStatusCode()
Additional information about the build that could not be successfully deleted.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The ID of the build that could not be successfully deleted.
|
void |
setStatusCode(String statusCode)
Additional information about the build that could not be successfully deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BuildNotDeleted |
withId(String id)
The ID of the build that could not be successfully deleted.
|
BuildNotDeleted |
withStatusCode(String statusCode)
Additional information about the build that could not be successfully deleted.
|
public void setId(String id)
The ID of the build that could not be successfully deleted.
id
- The ID of the build that could not be successfully deleted.public String getId()
The ID of the build that could not be successfully deleted.
public BuildNotDeleted withId(String id)
The ID of the build that could not be successfully deleted.
id
- The ID of the build that could not be successfully deleted.public void setStatusCode(String statusCode)
Additional information about the build that could not be successfully deleted.
statusCode
- Additional information about the build that could not be successfully deleted.public String getStatusCode()
Additional information about the build that could not be successfully deleted.
public BuildNotDeleted withStatusCode(String statusCode)
Additional information about the build that could not be successfully deleted.
statusCode
- Additional information about the build that could not be successfully deleted.public String toString()
toString
in class Object
Object.toString()
public BuildNotDeleted clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.