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