@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateAccessLogsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result structure for the generate access logs request.
Constructor and Description |
---|
GenerateAccessLogsResult() |
Modifier and Type | Method and Description |
---|---|
GenerateAccessLogsResult |
clone() |
boolean |
equals(Object obj) |
String |
getLogUrl()
The pre-signed URL for the requested access logs.
|
int |
hashCode() |
void |
setLogUrl(String logUrl)
The pre-signed URL for the requested access logs.
|
String |
toString()
Returns a string representation of this object.
|
GenerateAccessLogsResult |
withLogUrl(String logUrl)
The pre-signed URL for the requested access logs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLogUrl(String logUrl)
The pre-signed URL for the requested access logs.
logUrl
- The pre-signed URL for the requested access logs.public String getLogUrl()
The pre-signed URL for the requested access logs.
public GenerateAccessLogsResult withLogUrl(String logUrl)
The pre-signed URL for the requested access logs.
logUrl
- The pre-signed URL for the requested access logs.public String toString()
toString
in class Object
Object.toString()
public GenerateAccessLogsResult clone()