@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, withSdkRequestTimeout
public 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
.GraphSummaryType
public String getMode()
Mode can take one of two values: BASIC
(the default), and DETAILED
.
BASIC
(the default), and DETAILED
.GraphSummaryType
public 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
.GraphSummaryType
public 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
.GraphSummaryType
public String toString()
toString
in class Object
Object.toString()
public GetPropertygraphSummaryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()