@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateAccessLogsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for the generate access logs request.
NOOP
Constructor and Description |
---|
GenerateAccessLogsRequest() |
Modifier and Type | Method and Description |
---|---|
GenerateAccessLogsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
Unique Id for an Amplify App.
|
String |
getDomainName()
Name of the domain.
|
Date |
getEndTime()
The time at which the logs should end, inclusive.
|
Date |
getStartTime()
The time at which the logs should start, inclusive.
|
int |
hashCode() |
void |
setAppId(String appId)
Unique Id for an Amplify App.
|
void |
setDomainName(String domainName)
Name of the domain.
|
void |
setEndTime(Date endTime)
The time at which the logs should end, inclusive.
|
void |
setStartTime(Date startTime)
The time at which the logs should start, inclusive.
|
String |
toString()
Returns a string representation of this object.
|
GenerateAccessLogsRequest |
withAppId(String appId)
Unique Id for an Amplify App.
|
GenerateAccessLogsRequest |
withDomainName(String domainName)
Name of the domain.
|
GenerateAccessLogsRequest |
withEndTime(Date endTime)
The time at which the logs should end, inclusive.
|
GenerateAccessLogsRequest |
withStartTime(Date startTime)
The time at which the logs should start, inclusive.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStartTime(Date startTime)
The time at which the logs should start, inclusive.
startTime
- The time at which the logs should start, inclusive.public Date getStartTime()
The time at which the logs should start, inclusive.
public GenerateAccessLogsRequest withStartTime(Date startTime)
The time at which the logs should start, inclusive.
startTime
- The time at which the logs should start, inclusive.public void setEndTime(Date endTime)
The time at which the logs should end, inclusive.
endTime
- The time at which the logs should end, inclusive.public Date getEndTime()
The time at which the logs should end, inclusive.
public GenerateAccessLogsRequest withEndTime(Date endTime)
The time at which the logs should end, inclusive.
endTime
- The time at which the logs should end, inclusive.public void setDomainName(String domainName)
Name of the domain.
domainName
- Name of the domain.public String getDomainName()
Name of the domain.
public GenerateAccessLogsRequest withDomainName(String domainName)
Name of the domain.
domainName
- Name of the domain.public void setAppId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public String getAppId()
Unique Id for an Amplify App.
public GenerateAccessLogsRequest withAppId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public String toString()
toString
in class Object
Object.toString()
public GenerateAccessLogsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.