@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) |
LogPattern |
getLogPattern()
The successfully created log pattern.
|
String |
getResourceGroupName()
The name of the resource group.
|
int |
hashCode() |
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 |
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 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()