@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLogPatternResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateLogPatternResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateLogPatternResult | 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. | 
| CreateLogPatternResult | withLogPattern(LogPattern logPattern)
 The successfully created log pattern. | 
| CreateLogPatternResult | withResourceGroupName(String resourceGroupName)
 The name of the resource group. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLogPattern(LogPattern logPattern)
The successfully created log pattern.
logPattern - The successfully created log pattern.public LogPattern getLogPattern()
The successfully created log pattern.
public CreateLogPatternResult withLogPattern(LogPattern logPattern)
The successfully created log pattern.
logPattern - The successfully created log pattern.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 CreateLogPatternResult withResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.public String toString()
toString in class ObjectObject.toString()public CreateLogPatternResult clone()