Map<String, dynamic> toJson() { final agentArns = this.agentArns; return { 'AgentArns': agentArns, }; }