public class ActiveFlowLogRequest extends Object
| Constructor and Description |
|---|
ActiveFlowLogRequest() |
| Modifier and Type | Method and Description |
|---|---|
ActiveFlowLogRequest |
clientToken(String clientToken) |
boolean |
equals(Object o) |
ActiveFlowLogRequest |
flowLogId(String flowLogId) |
@NotNull String |
getClientToken()
Get clientToken
|
@NotNull String |
getFlowLogId()
Get flowLogId
|
int |
hashCode() |
void |
setClientToken(String clientToken) |
void |
setFlowLogId(String flowLogId) |
String |
toString() |
public ActiveFlowLogRequest clientToken(String clientToken)
@NotNull public @NotNull String getClientToken()
public void setClientToken(String clientToken)
public ActiveFlowLogRequest flowLogId(String flowLogId)
@NotNull public @NotNull String getFlowLogId()
public void setFlowLogId(String flowLogId)
Copyright © 2024. All rights reserved.