@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFlowLogsIntegrationTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFlowLogsIntegrationTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GetFlowLogsIntegrationTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getResult()
The generated CloudFormation template.
|
int |
hashCode() |
void |
setResult(String result)
The generated CloudFormation template.
|
String |
toString()
Returns a string representation of this object.
|
GetFlowLogsIntegrationTemplateResult |
withResult(String result)
The generated CloudFormation template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetFlowLogsIntegrationTemplateResult()
public void setResult(String result)
The generated CloudFormation template.
result
- The generated CloudFormation template.public String getResult()
The generated CloudFormation template.
public GetFlowLogsIntegrationTemplateResult withResult(String result)
The generated CloudFormation template.
result
- The generated CloudFormation template.public String toString()
toString
in class Object
Object.toString()
public GetFlowLogsIntegrationTemplateResult clone()