@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLineageGroupPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetLineageGroupPolicyRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetLineageGroupPolicyRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getLineageGroupName ()
The name or Amazon Resource Name (ARN) of the lineage group.
|
int |
hashCode () |
void |
setLineageGroupName (String lineageGroupName)
The name or Amazon Resource Name (ARN) of the lineage group.
|
String |
toString ()
Returns a string representation of this object.
|
GetLineageGroupPolicyRequest |
withLineageGroupName (String lineageGroupName)
The name or Amazon Resource Name (ARN) of the lineage group.
|
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 GetLineageGroupPolicyRequest()
public void setLineageGroupName(String lineageGroupName)
The name or Amazon Resource Name (ARN) of the lineage group.
lineageGroupName - The name or Amazon Resource Name (ARN) of the lineage group.public String getLineageGroupName()
The name or Amazon Resource Name (ARN) of the lineage group.
public GetLineageGroupPolicyRequest withLineageGroupName(String lineageGroupName)
The name or Amazon Resource Name (ARN) of the lineage group.
lineageGroupName - The name or Amazon Resource Name (ARN) of the lineage group.public String toString()
toString in class Object Object.toString() public GetLineageGroupPolicyRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()