@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPropertygraphSummaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetPropertygraphSummaryRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetPropertygraphSummaryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMode()
Mode can take one of two values:
BASIC (the default), and DETAILED. |
int |
hashCode() |
void |
setMode(String mode)
Mode can take one of two values:
BASIC (the default), and DETAILED. |
String |
toString()
Returns a string representation of this object.
|
GetPropertygraphSummaryRequest |
withMode(GraphSummaryType mode)
Mode can take one of two values:
BASIC (the default), and DETAILED. |
GetPropertygraphSummaryRequest |
withMode(String mode)
Mode can take one of two values:
BASIC (the default), and DETAILED. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMode(String mode)
Mode can take one of two values: BASIC (the default), and DETAILED.
mode - Mode can take one of two values: BASIC (the default), and DETAILED.GraphSummaryTypepublic String getMode()
Mode can take one of two values: BASIC (the default), and DETAILED.
BASIC (the default), and DETAILED.GraphSummaryTypepublic GetPropertygraphSummaryRequest withMode(String mode)
Mode can take one of two values: BASIC (the default), and DETAILED.
mode - Mode can take one of two values: BASIC (the default), and DETAILED.GraphSummaryTypepublic GetPropertygraphSummaryRequest withMode(GraphSummaryType mode)
Mode can take one of two values: BASIC (the default), and DETAILED.
mode - Mode can take one of two values: BASIC (the default), and DETAILED.GraphSummaryTypepublic String toString()
toString in class ObjectObject.toString()public GetPropertygraphSummaryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()