@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLogPatternRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeLogPatternRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLogPatternRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID for the resource group owner.
|
String |
getPatternName()
The name of the log pattern.
|
String |
getPatternSetName()
The name of the log pattern set.
|
String |
getResourceGroupName()
The name of the resource group.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The AWS account ID for the resource group owner.
|
void |
setPatternName(String patternName)
The name of the log pattern.
|
void |
setPatternSetName(String patternSetName)
The name of the log pattern set.
|
void |
setResourceGroupName(String resourceGroupName)
The name of the resource group.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLogPatternRequest |
withAccountId(String accountId)
The AWS account ID for the resource group owner.
|
DescribeLogPatternRequest |
withPatternName(String patternName)
The name of the log pattern.
|
DescribeLogPatternRequest |
withPatternSetName(String patternSetName)
The name of the log pattern set.
|
DescribeLogPatternRequest |
withResourceGroupName(String resourceGroupName)
The name of the resource 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 void setResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName
- The name of the resource group.public String getResourceGroupName()
The name of the resource group.
public DescribeLogPatternRequest withResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName
- The name of the resource group.public void setPatternSetName(String patternSetName)
The name of the log pattern set.
patternSetName
- The name of the log pattern set.public String getPatternSetName()
The name of the log pattern set.
public DescribeLogPatternRequest withPatternSetName(String patternSetName)
The name of the log pattern set.
patternSetName
- The name of the log pattern set.public void setPatternName(String patternName)
The name of the log pattern.
patternName
- The name of the log pattern.public String getPatternName()
The name of the log pattern.
public DescribeLogPatternRequest withPatternName(String patternName)
The name of the log pattern.
patternName
- The name of the log pattern.public void setAccountId(String accountId)
The AWS account ID for the resource group owner.
accountId
- The AWS account ID for the resource group owner.public String getAccountId()
The AWS account ID for the resource group owner.
public DescribeLogPatternRequest withAccountId(String accountId)
The AWS account ID for the resource group owner.
accountId
- The AWS account ID for the resource group owner.public String toString()
toString
in class Object
Object.toString()
public DescribeLogPatternRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()