@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLogPatternResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLogPatternResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLogPatternResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID for the resource group owner.
|
LogPattern |
getLogPattern()
The successfully created log pattern.
|
String |
getResourceGroupName()
The name of the resource group.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The AWS account ID for the resource group owner.
|
void |
setLogPattern(LogPattern logPattern)
The successfully created log pattern.
|
void |
setResourceGroupName(String resourceGroupName)
The name of the resource group.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLogPatternResult |
withAccountId(String accountId)
The AWS account ID for the resource group owner.
|
DescribeLogPatternResult |
withLogPattern(LogPattern logPattern)
The successfully created log pattern.
|
DescribeLogPatternResult |
withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DescribeLogPatternResult withResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName
- The name of the resource group.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 DescribeLogPatternResult withAccountId(String accountId)
The AWS account ID for the resource group owner.
accountId
- The AWS account ID for the resource group owner.public void setLogPattern(LogPattern logPattern)
The successfully created log pattern.
logPattern
- The successfully created log pattern.public LogPattern getLogPattern()
The successfully created log pattern.
public DescribeLogPatternResult withLogPattern(LogPattern logPattern)
The successfully created log pattern.
logPattern
- The successfully created log pattern.public String toString()
toString
in class Object
Object.toString()
public DescribeLogPatternResult clone()