@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateAccessLogsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The 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()
The unique ID for an Amplify app.
|
String |
getDomainName()
The name of the domain.
|
Date |
getEndTime()
The time at which the logs should end.
|
Date |
getStartTime()
The time at which the logs should start.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID for an Amplify app.
|
void |
setDomainName(String domainName)
The name of the domain.
|
void |
setEndTime(Date endTime)
The time at which the logs should end.
|
void |
setStartTime(Date startTime)
The time at which the logs should start.
|
String |
toString()
Returns a string representation of this object.
|
GenerateAccessLogsRequest |
withAppId(String appId)
The unique ID for an Amplify app.
|
GenerateAccessLogsRequest |
withDomainName(String domainName)
The name of the domain.
|
GenerateAccessLogsRequest |
withEndTime(Date endTime)
The time at which the logs should end.
|
GenerateAccessLogsRequest |
withStartTime(Date startTime)
The time at which the logs should start.
|
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. The time range specified is inclusive of the start time.
startTime
- The time at which the logs should start. The time range specified is inclusive of the start time.public Date getStartTime()
The time at which the logs should start. The time range specified is inclusive of the start time.
public GenerateAccessLogsRequest withStartTime(Date startTime)
The time at which the logs should start. The time range specified is inclusive of the start time.
startTime
- The time at which the logs should start. The time range specified is inclusive of the start time.public void setEndTime(Date endTime)
The time at which the logs should end. The time range specified is inclusive of the end time.
endTime
- The time at which the logs should end. The time range specified is inclusive of the end time.public Date getEndTime()
The time at which the logs should end. The time range specified is inclusive of the end time.
public GenerateAccessLogsRequest withEndTime(Date endTime)
The time at which the logs should end. The time range specified is inclusive of the end time.
endTime
- The time at which the logs should end. The time range specified is inclusive of the end time.public void setDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public String getDomainName()
The name of the domain.
public GenerateAccessLogsRequest withDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public void setAppId(String appId)
The unique ID for an Amplify app.
appId
- The unique ID for an Amplify app.public String getAppId()
The unique ID for an Amplify app.
public GenerateAccessLogsRequest withAppId(String appId)
The unique ID for an Amplify app.
appId
- The 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()
Datenschutz | Nutzungsbedingungen für die Website | Cookie-Einstellungen | © 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.