@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedGraph extends Object implements Serializable, Cloneable, StructuredPojo
Behavior graphs that could not be processed in the request.
| Constructor and Description |
|---|
UnprocessedGraph() |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedGraph |
clone() |
boolean |
equals(Object obj) |
String |
getGraphArn()
The ARN of the organization behavior graph.
|
String |
getReason()
The reason data source package information could not be processed for a behavior graph.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGraphArn(String graphArn)
The ARN of the organization behavior graph.
|
void |
setReason(String reason)
The reason data source package information could not be processed for a behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
UnprocessedGraph |
withGraphArn(String graphArn)
The ARN of the organization behavior graph.
|
UnprocessedGraph |
withReason(String reason)
The reason data source package information could not be processed for a behavior graph.
|
public void setGraphArn(String graphArn)
The ARN of the organization behavior graph.
graphArn - The ARN of the organization behavior graph.public String getGraphArn()
The ARN of the organization behavior graph.
public UnprocessedGraph withGraphArn(String graphArn)
The ARN of the organization behavior graph.
graphArn - The ARN of the organization behavior graph.public void setReason(String reason)
The reason data source package information could not be processed for a behavior graph.
reason - The reason data source package information could not be processed for a behavior graph.public String getReason()
The reason data source package information could not be processed for a behavior graph.
public UnprocessedGraph withReason(String reason)
The reason data source package information could not be processed for a behavior graph.
reason - The reason data source package information could not be processed for a behavior graph.public String toString()
toString in class ObjectObject.toString()public UnprocessedGraph clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.